summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-19 09:49:40 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-19 09:49:40 +0000
commit860e617f3eed261646113b8ee36c4d71bbd994fa (patch)
treeda5194c089ed4c4e62fd349aade1a4ad6346f3b5 /linux
parent77a3ab7d0f243f79378dcd08a50d2dd473dbc7e6 (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')
-rw-r--r--linux/X/de8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/X/de b/linux/X/de
index c5ea828..3d586dd 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -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.