In using an Apple A1048 109-key keyboard (http://www.amazon.com/gp/aw/d/B003FVYP7U) with my Pi, however the 2 and " keys are swapped as are a few others. Is there a way I can fix this problem?
Nevermind. I figured it out. I didn't realize that the default keyboard layout was Great Britian (durr) which was the problem. I merely edited /etc/default/keyboard in vi and change the following line as such : XKBLAYOUT ="us"
and rebooted the system with sudo reboot. Anyways, my bad hopefully this part helps someone else who may have overlooked this.