The problem is this: I have a UK keyboard, so the @ is above the 2 , and the " is two keys to the right of the L key. However, on the Debian Squeeze I am using the keys are transposed.
So, I followed some instructions on getting the keyboard to map properly here:
http://elinux.org/R-Pi_Troubleshooting# ... an_Squeeze
All good. In command line mode, the keys seem to work. The problem starts when I type in starts and launch the GUI. If I start the LXTerminal application, I cannot type anything - nothing appears.
It's mapped to a Macintosh International layout. Any pointers or help here?
The contents of sudo nano /etc/default/keyboard are (and I am typing this on my Mac):
Code: Select all
XKBMODEL="macintosh"
XKBLAYOUT="gb"
XKBVARIANT="intl"
XKBOPTIONS="lv3:ralt_switch,compose:rctrl,terminate:ctrl_alt_bksp"