2001-04-01 19:54:06 +01:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Kbd</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Kbd by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
2001-07-10 16:06:31 +01:00
|
|
|
<para>
|
|
|
|
<screen>
|
|
|
|
<userinput>./configure --datadir=/usr/share/kbd &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput>
|
|
|
|
</screen>
|
|
|
|
</para>
|
2001-04-01 19:54:06 +01:00
|
|
|
|
2001-04-01 23:20:45 +01:00
|
|
|
<para>
|
|
|
|
Now we have to choose a default keymap. Explore the
|
|
|
|
/usr/share/kbd/keymaps directory, and find the keymap that you would like to use
|
|
|
|
as a default. Then execute this command:
|
|
|
|
</para>
|
|
|
|
|
2001-07-10 16:06:31 +01:00
|
|
|
<para>
|
|
|
|
<screen>
|
|
|
|
<userinput>cd /usr/share/kbd/keymaps &&</userinput>
|
|
|
|
<userinput>ln -s <path-to-keymap> defkeymap.map.gz</userinput>
|
|
|
|
</screen>
|
|
|
|
</para>
|
2001-04-01 23:20:45 +01:00
|
|
|
|
|
|
|
<para>
|
|
|
|
Replace <userinput><path-to-keymap></userinput> with the path to the
|
|
|
|
keymap you have selected, relative to the /usr/share/kbd/keymaps/ directory. For
|
|
|
|
example, if you have chosen the US keymap, you would replace it with
|
|
|
|
i386/qwerty/us.map.gz.
|
|
|
|
</para>
|
|
|
|
|
2001-04-01 19:54:06 +01:00
|
|
|
</sect2>
|
|
|
|
|