Skip to content

Commit

Permalink
Fixed cz(qwerty)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey V. Udaltsov committed Jun 8, 2011
1 parent fd83065 commit eaa6a26
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions symbols/cz
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
// This layout represent actual keyboard layout. It complies with symbols
// printed on keys.
// -----------------------------------------------------------------------
// This layout was created in 2011 by Lukáš Mojžíš <[email protected]>

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)
Expand Down

0 comments on commit eaa6a26

Please sign in to comment.