diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-19 09:49:40 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-19 09:49:40 +0000 |
commit | 860e617f3eed261646113b8ee36c4d71bbd994fa (patch) | |
tree | da5194c089ed4c4e62fd349aade1a4ad6346f3b5 /linux/X | |
parent | 77a3ab7d0f243f79378dcd08a50d2dd473dbc7e6 (diff) |
peter mazarts änderung eingefügt (damit es auch auf debian läuft), siehe seine mail vom 18.02.2009 15:50
git-svn-id: https://svn.neo-layout.org@1667 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X')
-rw-r--r-- | linux/X/de | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -249,11 +249,11 @@ xkb_symbols "neo" { key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock ] }; // Definition of the so called Neo-Mod4 - key.type[Group1]="ONE_LEVEL"; - // ISO_Level5_Shift was causing problems, though it's defined in + // FIXME ISO_Level5_Shift was causing problems, though it's defined in // /usr/include/X11/keysymdef.h on Ubuntu 8.10 (ticket #33), - // using hexcode again for now - key <LSGT> { [ 0xfe11 ]}; + // using hexcode 0xfe11 again for now + key.type[Group1]="ONE_LEVEL"; + key <LSGT> { key.type[Group1]="ONE_LEVEL", [ 0xfe11 ]}; key <RALT> { [ 0xfe11 ]}; modifier_map Mod3 { <LSGT>, <RALT> }; // Attention: ^^^ This is a X server variable, not the Neo-Mod3. |