My USB keyboard was configured slightly wrong. So far I have only tried it with the Debian image. Certain keys were not in the right place (such as the '~' character). I know how to change the keyboard configuration and that this is trivial for many Linux users. However, in the interest of benefit to the Raspberry Pi community (especially those fairly new to Linux), I was wondering if there's a simple way to automatically set up a keyboard to correct these sorts of issues.
|
|
You need to reconfigure you keyboard mappings. At the command line type:
Follow the prompts. Then restart your RasPi.
Or
find the line where it says
and change the gb to the two letter code for your country (e.g. US). And restart your RasPi. If after remapping your keyboard you get a long delay in boot up during the keyboard mapping phase type the following (once) on the command line:
|
||||
|
|
|
I ran into this same issue and the second step of AndyD's reply to this question on the raspberrypi.org forum suggests an alternative to restarting.
The debian image I am using defaulted to a UK keymapping which made the pipe (|) key inaccessible using my 104-key US keyboard (as far as I can tell) and remapped the tilde (~) to the pipe key. It felt odd not being able to pipe output. |
|||
|
|