diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-10-03 20:15:02 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-10-03 20:15:02 +0000 |
commit | b0b4ffcfb407c854af85dea1d30f523acd3adc48 (patch) | |
tree | d8f9dd63c42d0494a9c22abf17099a89faa64f14 /linux/X | |
parent | 86f97a04a8c8c2589d21f9568beedcdbc8991e81 (diff) |
bugfix? so isses nach Anleitung, hat allerdings keine Veränderung gebracht
git-svn-id: https://svn.neo-layout.org@294 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X')
-rw-r--r-- | linux/X/de | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -202,12 +202,12 @@ xkb_symbols "sundeadkeys" { // Other Questions: // neo_layout (at) yahoogroups (dot) de -partial alphanumeric_keys +partial alphanumeric_keys modifier_keys keypad_keys xkb_symbols "neo" { name[Group1]= "German Neostyle"; - key.type[Group1]="EIGHT_LEVEL_ALPHABETIC"; + key.type[Group1]="EIGHT_LEVEL_SEMIALPHABETIC"; // 1st row @@ -271,6 +271,7 @@ xkb_symbols "neo" { key <SPCE> { [ space, space, space, nobreakspace, 0, U202F ] }; // new modkeys + key.type[Group1]="EIGHT_LEVEL" ; key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock, Caps_Lock, Caps_Lock, Caps_Lock ] }; key <BKSL> { [ ISO_Level3_Shift, ISO_Level3_Shift, Multi_key, Multi_key, Multi_key, Multi_key ] }; |