diff options
author | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-01-12 01:19:38 +0000 |
---|---|---|
committer | alex <alex@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-01-12 01:19:38 +0000 |
commit | f8456fc68fc6e97f5cd395a58d0641117fc39e7a (patch) | |
tree | f933e2b8783dc0851d28a1e6c661bc8802aadb05 /linux/X/symbols | |
parent | b1895ff8b6b600b44d7d130b7bc22c584ce29dd5 (diff) |
de-lang angepasst und lang-Varianten für die rules/*-Dateien, sonst funktioniert bspw. die linke Shift nicht
git-svn-id: https://svn.neo-layout.org@2144 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/X/symbols/de-lang | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/linux/X/symbols/de-lang b/linux/X/symbols/de-lang index cf28a90..cdb81a4 100644 --- a/linux/X/symbols/de-lang +++ b/linux/X/symbols/de-lang @@ -505,7 +505,7 @@ xkb_symbols "qwerty" { }; partial alphanumeric_keys modifier_keys keypad_keys -xkb_symbols "neo_griechisch" { +xkb_symbols "neo_base_griechisch" { name[Group1]= "Germany - Neo 2"; @@ -659,7 +659,7 @@ xkb_symbols "neo_griechisch" { }; partial alphanumeric_keys modifier_keys keypad_keys -xkb_symbols "neo_kyrillisch" { +xkb_symbols "neo_base_kyrillisch" { name[Group1]= "Germany - Neo 2"; @@ -811,3 +811,27 @@ xkb_symbols "neo_kyrillisch" { key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1, NoSymbol ] }; key <KPDL> { [ KP_Separator, period, comma, minutes, KP_Delete, KP_Delete, seconds, NoSymbol ] }; }; + +partial alphanumeric_keys modifier_keys keypad_keys +xkb_symbols "neo_griechisch" { + + include "de(neo_base_griechisch)" + + include "shift(both_capslock)" + include "level3(caps_switch)" + include "level3(bksl_switch)" + include "level5(lsgt_switch_numlock)" + include "level5(ralt_switch_numlock)" +}; + +partial alphanumeric_keys modifier_keys keypad_keys +xkb_symbols "neo_kyrillisch" { + + include "de(neo_base_kyrillisch)" + + include "shift(both_capslock)" + include "level3(caps_switch)" + include "level3(bksl_switch)" + include "level5(lsgt_switch_numlock)" + include "level5(ralt_switch_numlock)" +}; |