diff options
Diffstat (limited to '')
-rw-r--r-- | windows/XP/autohotkey/neo20-all-in-one.ahk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/windows/XP/autohotkey/neo20-all-in-one.ahk b/windows/XP/autohotkey/neo20-all-in-one.ahk index 0502330..6704ae0 100644 --- a/windows/XP/autohotkey/neo20-all-in-one.ahk +++ b/windows/XP/autohotkey/neo20-all-in-one.ahk @@ -1922,7 +1922,9 @@ return *Space::
EbeneAktualisieren()
- if Ebene = 4
+ if Ebene = 3
+ SendUnicodeChar(0x2423) ; Symbol für Leerzeichen
+ else if Ebene = 4
SendUnicodeChar(0x00A0) ; geschütztes Leerzeichen
else if Ebene = 5
Send 0
@@ -2080,4 +2082,4 @@ EncodeInteger(ref, val) ------------------------------------------------------
*/
-+pause::suspend
\ No newline at end of file ++pause::suspend
|