diff options
Diffstat (limited to 'windows/XP')
-rw-r--r-- | windows/XP/autohotkey/neo20-all-in-one.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/XP/autohotkey/neo20-all-in-one.ahk b/windows/XP/autohotkey/neo20-all-in-one.ahk index c26d11a..144129c 100644 --- a/windows/XP/autohotkey/neo20-all-in-one.ahk +++ b/windows/XP/autohotkey/neo20-all-in-one.ahk @@ -1925,7 +1925,7 @@ return else if Ebene = 5
Send 0
else if Ebene = 6
- SendUnicodeChar(0x2009) ; schmales Leerzeichen
+ SendUnicodeChar(0x202F) ; schmales Leerzeichen
else
Send {blind}{Space}
PriorDeadKey := ""
|