diff options
Diffstat (limited to 'linux/X/de')
-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 |