diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-01 21:24:05 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-01 21:24:05 +0100 |
commit | 162170bf3096dec7541b56763507add4bcbe8fa0 (patch) | |
tree | 5e515a34950e69f991668c00f717d5260113c5f7 /symbols/de | |
parent | 81851539ded1bce1e54915939940cac0bc9b068f (diff) |
Added de(us)
https://bugs.freedesktop.org/show_bug.cgi?id=37237
Diffstat (limited to 'symbols/de')
-rw-r--r-- | symbols/de | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -594,3 +594,23 @@ xkb_symbols "htcdream" { include "level3(alt_switch)" }; + +partial alphanumeric_keys +xkb_symbols "us" { + include "us" + + name[Group1]="German (US keyboard with German letters)"; + + key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; + key <AC02> { [ s, S, ssharp, ssharp ] }; + key <AC10> { [ semicolon, colon, odiaeresis, Odiaeresis ] }; + key <AC11> { [ apostrophe, quotedbl, adiaeresis, Adiaeresis ] }; + key <AD03> { [ e, E, EuroSign, EuroSign ] }; + key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; + key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; + key <AD11> { [ bracketleft, braceleft, udiaeresis, Udiaeresis ] }; + key <AE03> { [ 3, numbersign, section, section ] }; + key <AE11> { [ minus, underscore, ssharp, question ] }; + + include "level3(ralt_switch)" +}; |