diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-09-28 09:08:03 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-09-28 09:08:03 +0000 |
commit | 8ad63eb7561f90c883f05482c6c947e422f6e5b9 (patch) | |
tree | 15c3764faca2a2d9ce0f6ee0fc571a0a54d729d3 /windows/XP/autohotkey | |
parent | 19c5de9e4e7158f2055c4603bb699ac5b235b791 (diff) | |
download | neo-layout-8ad63eb7561f90c883f05482c6c947e422f6e5b9.tar.gz neo-layout-8ad63eb7561f90c883f05482c6c947e422f6e5b9.tar.bz2 neo-layout-8ad63eb7561f90c883f05482c6c947e422f6e5b9.zip |
symbol für leerzeichen in ahk-treiber eingefügt
git-svn-id: https://svn.neo-layout.org@287 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/XP/autohotkey')
-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
|