-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|