diff options
author | marha <marha@users.sourceforge.net> | 2011-06-09 09:24:20 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-09 09:24:20 +0200 |
commit | 0a9d2abef2e6fac5d52556969655a62711df6418 (patch) | |
tree | 86d46767bedf8271ec0f67442259c5b3e7a8bb87 /xorg-server/xkeyboard-config/symbols/cz | |
parent | adeb8256da9b636648178f729d7b3316a0a8e990 (diff) | |
download | vcxsrv-0a9d2abef2e6fac5d52556969655a62711df6418.tar.gz vcxsrv-0a9d2abef2e6fac5d52556969655a62711df6418.tar.bz2 vcxsrv-0a9d2abef2e6fac5d52556969655a62711df6418.zip |
mesa xkbcomp xkeyboard-config git update 9 Jun 2011
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/cz')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/cz | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/cz b/xorg-server/xkeyboard-config/symbols/cz index 2d8680ca9..31352efed 100644 --- a/xorg-server/xkeyboard-config/symbols/cz +++ b/xorg-server/xkeyboard-config/symbols/cz @@ -80,15 +80,21 @@ xkb_symbols "bksl" { partial alphanumeric_keys xkb_symbols "qwerty" { - // This layout should work exactly as a cz with the exception - // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped). - // 2001 by Kamil Toman <ktoman@email.cz> + // This layout represent actual keyboard layout. It complies with symbols + // printed on keys. + // ----------------------------------------------------------------------- + // This layout was created in 2011 by Lukáš Mojžíš <lmojzis@grenames.cz> include "cz(basic)" name[Group1]= "Czech (qwerty)"; - key <AB01> { [ z, Z, degree, NoSymbol ] }; - key <AD06> { [ y, Y, NoSymbol, NoSymbol ] }; + key <AB01> { [ z, Z, degree, NoSymbol ] }; + key <AC10> { [ uring, quotedbl, semicolon, NoSymbol ] }; + key <AD06> { [ y, Y, NoSymbol, NoSymbol ] }; + key <AD11> { [ uacute, slash, bracketleft, braceleft ] }; + key <AD12> { [parenright, parenleft, bracketright, braceright ] }; + key <AE09> { [ iacute, 9, parenleft, dead_acute ] }; + key <AE10> { [ eacute, 0, parenright, dead_doubleacute ] }; }; // Use <BKSL> instead of <LSGT> (useful for keyboard without <LSGT> key) |