PDA

View Full Version : Proplems with czech keyboard


celim
03-30-2008, 07:35 PM
Please is there somebody from Czech republic who could help me with adjusting of proper czech keyboard layout? I have problem with some special czech characters.

Oko
03-31-2008, 12:41 AM
Please is there somebody from Czech republic who could help me with adjusting of proper czech keyboard layout? I have problem with some special czech characters.


You do not need anybody from Czech republic. You need to study very carefully man pages for Xorg in particularly things related to XKB files. Then you need to edit your xorg.conf file

Section "InputDevice"
Identifier "Keyboard0"
...


To see you current keyboard layout you can use

$xkbprint $DISPLAY kayboard.ps

This will generate single PostScript file containing the current layout. You can see your ps file with GhoastScript for instance.


gs kayboard.ps


To go easier through man pages you can use


xman

Cheers,
OKO