summaryrefslogtreecommitdiff
path: root/symbols/de
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@linnie-the-pooh.(none)>2008-10-18 23:19:17 +0100
committerSergey Udaltsov <svu@linnie-the-pooh.(none)>2008-10-18 23:19:17 +0100
commit27a95c81eb83d54c68dc28af887b7c8aa2c31682 (patch)
treeef1ea4bc4a7cce97d57631156fc9a2dd4925ad64 /symbols/de
parentae6339a3f031da2b10ffd0c937e84d4508df63bd (diff)
added de(qwerty)
Diffstat (limited to 'symbols/de')
-rw-r--r--symbols/de14
1 files changed, 14 insertions, 0 deletions
diff --git a/symbols/de b/symbols/de
index 0b2b4462..1fd07899 100644
--- a/symbols/de
+++ b/symbols/de
@@ -403,3 +403,17 @@ xkb_symbols "dsb_qwertz"
key <AD09> { [ o, O, oacute, Oacute ] };
};
+partial alphanumeric_keys
+xkb_symbols "qwerty" {
+
+ // This layout should work exactly as a de with the exception
+ // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
+ // 2008 by Matej Košík <kosik@fiit.stuba.sk>
+
+ include "de(basic)"
+
+ name[Group1] = "Germany - qwerty";
+
+ key <AB01> { [ z, Z, leftarrow, yen ] };
+ key <AD06> { [ y, Y, guillemotleft, less ] };
+};