diff options
Diffstat (limited to 'plum-tastatur/xkb')
-rw-r--r-- | plum-tastatur/xkb/de | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plum-tastatur/xkb/de b/plum-tastatur/xkb/de index 20bdabb..71d47f1 100644 --- a/plum-tastatur/xkb/de +++ b/plum-tastatur/xkb/de @@ -254,9 +254,8 @@ xkb_symbols "neo" { // 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 0xfe11 again for now - key.type[Group1]="ONE_LEVEL"; - key <LWIN> { [ 0xfe11 ]}; - key <RALT> { [ 0xfe11 ]}; + key <LWIN> { type[Group1]="ONE_LEVEL", [ 0xfe11 ]}; + key <RALT> { type[Group1]="ONE_LEVEL", [ 0xfe11 ]}; modifier_map Mod3 { <LWIN>, <RALT> }; // Attention: ^^^ This is a X server variable, not the Neo-Mod3. |