summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-06-08 20:27:09 +0100
committerSergey V. Udaltsov <svu@gnome.org>2011-06-08 20:27:09 +0100
commiteaa6a2638661723de69bd93b624ce7d2c2996daa (patch)
treec09c476e97b1428980ca9cdcedf94f893cff1842
parentfd830658afb205d998fde9bf1a760347476884af (diff)
Fixed cz(qwerty)
https://bugs.freedesktop.org/show_bug.cgi?id=38017
-rw-r--r--symbols/cz16
1 files changed, 11 insertions, 5 deletions
diff --git a/symbols/cz b/symbols/cz
index 2d8680ca..31352efe 100644
--- a/symbols/cz
+++ b/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)