Difference between revisions of "Configure your keyboard layout"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
If you are a translator you may want to configure your keyboard according to your wishes. For example you may want the character "l" to appear when you type the key "l", and a "ł" character to appear when you press ALT_GR+l. This is modifying your keyboard layout. To do it, [[find out your distribution]] and proceed accordingly:
+
'''Challenge:''' You are a translator and want to configure your keyboard according to your needs. For example you want the "ł" character to appear when you press ALT_GR+l.  
 +
 
 +
'''Solution:''' Modify your keyboard layout. To do it, [[find out your distribution]] and proceed accordingly:
  
 
= Ubuntu 8.04 =
 
= Ubuntu 8.04 =
Line 7: Line 9:
 
     key <AC11> { [ l, L, lstroke, Lstroke ] };
 
     key <AC11> { [ l, L, lstroke, Lstroke ] };
 
This means: The key on block A, line C (that is the line starting with Caps Lock), Number 11, is defined to deliver an "l" if you press it. Or an "L" is you press it together with the Shift key. Or an lstroke, "ł", if you press it with Alt_Gr. Or an Lstroke, "Ł", if you press it together with Shift and Alt_Gr.
 
This means: The key on block A, line C (that is the line starting with Caps Lock), Number 11, is defined to deliver an "l" if you press it. Or an "L" is you press it together with the Shift key. Or an lstroke, "ł", if you press it with Alt_Gr. Or an Lstroke, "Ł", if you press it together with Shift and Alt_Gr.
 +
 +
The key rows start with the lowest.
 +
key <AA''xx''>
 +
contains the space bar,
 +
key <AB''xx''>
 +
contains the "m" on a US keyboard
 +
key <AC''xx''>
 +
is the third line of keys containing the "a" key and so on.

Revision as of 04:03, 20 November 2010

Challenge: You are a translator and want to configure your keyboard according to your needs. For example you want the "ł" character to appear when you press ALT_GR+l.

Solution: Modify your keyboard layout. To do it, find out your distribution and proceed accordingly:

Ubuntu 8.04

open a console and cd into /etc/X11/xkb/symbols. Now you must know which keyboard layout you are using. It can be de if you are in Germany or pl if you are in Poland and so on. Open this layout file, e.g.

kwrite de

You will see a lot of key definitions like

   key <AC11> { [ l, L, lstroke, Lstroke ] };

This means: The key on block A, line C (that is the line starting with Caps Lock), Number 11, is defined to deliver an "l" if you press it. Or an "L" is you press it together with the Shift key. Or an lstroke, "ł", if you press it with Alt_Gr. Or an Lstroke, "Ł", if you press it together with Shift and Alt_Gr.

The key rows start with the lowest.

key <AAxx>

contains the space bar,

key <ABxx>

contains the "m" on a US keyboard

key <ACxx>

is the third line of keys containing the "a" key and so on.