From 8ad63eb7561f90c883f05482c6c947e422f6e5b9 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 28 Sep 2007 09:08:03 +0000 Subject: symbol für leerzeichen in ahk-treiber eingefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@287 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/XP/autohotkey/neo20-all-in-one.ahk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'windows') 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 -- cgit v1.2.3