diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-05 01:29:43 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-05 01:29:43 +0100 |
commit | fd830658afb205d998fde9bf1a760347476884af (patch) | |
tree | 12ff81a3a22c3bc872ab02964ac4612f11dfd021 /symbols/de | |
parent | 84901d99bf00ff37765cf7c549c81afa930c907f (diff) |
Got rid of de(qwerty)
Permitted by Matej Kosik (the author), in favor of de(us)
Diffstat (limited to 'symbols/de')
-rw-r--r-- | symbols/de | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -485,21 +485,6 @@ 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] = "German (qwerty)"; - - key <AB01> { [ z, Z, leftarrow, yen ] }; - key <AD06> { [ y, Y, guillemotleft, less ] }; -}; - // layout for Russian letters on an german keyboard // based on US-RU layout by Ivan Popov <pin@konvalo.org> 2005-07-17 // adopted for german layout by Alexey Fisher <bug-track@fisher-privat.net> 2010-08-19 |