config-keyboard.xml 832 B

1234567891011121314151617181920
  1. <sect2><title>Configuring your keyboard</title>
  2. <para>Nothing is more annoying than using Linux with a wrong keymap loaded
  3. for your keyboard. If you have a default US keyboard, you can skip this
  4. section. The US keymap file is the default if you don't change it.</para>
  5. <para>To set the default keymap file, create the
  6. <filename class="symlink">/usr/share/kbd/keymap/defkeymap.map.gz</filename>
  7. symlink by running the following commands:</para>
  8. <para><screen><userinput>cd /usr/share/kbd/keymaps &amp;&amp;
  9. ln -s &lt;path/to/keymap&gt; defkeymap.map.gz</userinput></screen></para>
  10. <para>Replace &lt;path/to/keymap&gt; with the your keyboard's map file. For
  11. example, if you have a Dutch keyboard, you would run:</para>
  12. <para><screen><userinput>ln -s i386/qwerty/nl.map.gz defkeymap.map.gz</userinput></screen></para>
  13. </sect2>