diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-30 20:04:43 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-30 20:04:43 +0000 |
commit | 9f62a530ccd81c69550d89af5bffe84d81a26c36 (patch) | |
tree | 1cba6d126b3b5cb511da3ef5dceff92f06aaff82 /linux/X | |
parent | bed114b5561ee8228b8f469aee88fe022da517ae (diff) |
hinweis auf google-neo-suche
git-svn-id: https://svn.neo-layout.org@834 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X')
-rw-r--r-- | linux/X/de | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -227,17 +227,17 @@ xkb_symbols "neo" { // Modifier definition //////////////////////////////////////////////////// - // Mod3 (ToDo: Nur CAPS+BKSL ist Caps_Lock – Nicht andersherum) + // Mod3 (FIXME Nur CAPS+BKSL ist Caps_Lock – Nicht andersherum, siehe Ticket #30) key.type[Group1]="THREE_LEVEL"; key <BKSL> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock ] }; key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock ] }; - // Mod4 + // Definition des Neo-Mod4 key.type[Group1]="ONE_LEVEL"; key <LSGT> { [ 0xfe11 ]}; key <RALT> { [ 0xfe11 ]}; - modifier_map Mod3 { <LSGT>, <RALT> }; + // Achtung: ^^^ Dies ist eine X-Server-Variable, nicht unser Mod3. //////////////////////////////////////////////////// // Ebenen im Neo-Jargon, hier im Treiber andere Reihenfolge |