diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 2 | ||||
-rw-r--r-- | linux/xmodmap/neo_de.xmodmap | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -265,7 +265,7 @@ xkb_symbols "neo" { key <AB09> { [ period, ellipsis, quotedbl, Greek_theta, 3, Greek_THETA ] }; key <AB10> { [ j, J, semicolon, U3D1, period, nabla ] }; - key <SPCE> { [ space, space, signifblank, nobreakspace, 0, U202F ] }; + key <SPCE> { [ space, space, U2423, nobreakspace, 0, U202F ] }; // new modkeys diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap index 38f4884..c4db7de 100644 --- a/linux/xmodmap/neo_de.xmodmap +++ b/linux/xmodmap/neo_de.xmodmap @@ -107,7 +107,10 @@ add Mod3 = ISO_Level3_Shift ! force to learn the new Escape! !keycode 9 = -keycode 65 = space space signifblank nobreakspace 0 U202F +!eigentlich sollte die folgende Zeile rein, aber leider funktioniert das +!Zeichen signifblank noch nicht, nur wenn man U2423 direkt drin stehen hat +!keycode 65 = space space signifblank nobreakspace 0 U202F +keycode 65 = space space U2423 nobreakspace 0 U202F !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |