summaryrefslogtreecommitdiff
path: root/symbols/cz
diff options
context:
space:
mode:
authorsvu <svu>2004-04-24 00:28:51 +0000
committersvu <svu>2004-04-24 00:28:51 +0000
commit8e1e2d8195a0deb742464821a463322a29bdca08 (patch)
tree83d9877bbf8b0875909713dc6a5a2f881d33b084 /symbols/cz
parentde82d2e5c50cf0cb674367d72cda30dee0ad8622 (diff)
downloadxkeyboard-config-8e1e2d8195a0deb742464821a463322a29bdca08.tar.gz
a lot of layouts cleaned up - but way way more to go
Diffstat (limited to 'symbols/cz')
-rw-r--r--symbols/cz20
1 files changed, 20 insertions, 0 deletions
diff --git a/symbols/cz b/symbols/cz
index a689034..ec04c1d 100644
--- a/symbols/cz
+++ b/symbols/cz
@@ -81,3 +81,23 @@ xkb_symbols "bksl" {
key <BKSL> { [ backslash, bar, slash, NoSymbol ] };
};
+
+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>
+
+ include "cz(basic)"
+
+ key <AB01> { [ z, Z, degree, NoSymbol ] };
+ key <AD06> { [ y, Y, NoSymbol, NoSymbol ] };
+};
+
+// Use <BKSL> instead of <LSGT> (useful for keyboard without <LSGT> key)
+xkb_symbols "qwerty_bksl" {
+ include "cz(qwerty)"
+
+ key <BKSL> { [ backslash, bar, slash, NoSymbol ] };
+};