diff options
author | bjoern <bjoern@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-03-05 12:32:00 +0000 |
---|---|---|
committer | bjoern <bjoern@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-03-05 12:32:00 +0000 |
commit | 4bd56c9a8a660ded7eca889112b012f8ba8572d1 (patch) | |
tree | 0eea4dfa4ca66d40af1a78fbad5565004f7e9966 /linux | |
parent | 21a424a7c174bf526db0c443fb851debb8689fca (diff) |
Revert "Wieder für console-setup fit gemacht."
This reverts commit 09313bbb564d134ff44e299ad4d7256bf397bd4b.
git-svn-id: https://svn.neo-layout.org@1727 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ xkb_symbols "neo" { // /usr/include/X11/keysymdef.h on Ubuntu 8.10 (ticket #33), // using hexcode 0xfe11 again for now key.type[Group1]="ONE_LEVEL"; - key <LSGT> { [ 0xfe11 ]}; + 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. |