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
This commit is contained in:
parent
b1895ff8b6
commit
f8456fc68f
3 changed files with 2297 additions and 2 deletions
1165
linux/X/rules/base-lang
Normal file
1165
linux/X/rules/base-lang
Normal file
File diff suppressed because it is too large
Load diff
1106
linux/X/rules/evdev-lang
Normal file
1106
linux/X/rules/evdev-lang
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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)"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue