2002-03-10 19:55:10 +00:00
|
|
|
<sect2><title>Configuring your keyboard</title>
|
|
|
|
|
|
|
|
<para>Nothing is more annoying than using Linux with a wrong keymap loaded
|
|
|
|
for your keyboard. If you have a default US keyboard, you can skip this
|
|
|
|
section. The US keymap file is the default if you don't change it.</para>
|
|
|
|
|
|
|
|
<para>To set the default keymap file, create the
|
2002-03-28 12:16:23 +00:00
|
|
|
<filename class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
|
2002-03-10 19:55:10 +00:00
|
|
|
symlink by running the following commands:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>cd /usr/share/kbd/keymaps &&
|
|
|
|
ln -s <path/to/keymap> defkeymap.map.gz</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Replace <path/to/keymap> with the your keyboard's map file. For
|
|
|
|
example, if you have a Dutch keyboard, you would run:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>ln -s i386/qwerty/nl.map.gz defkeymap.map.gz</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|