From ea40091e1cb0bd7131c8f30b3ed05a21da4fd599 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 31 Aug 2007 11:15:16 +0000 Subject: autohotkey: schmales Leerzeichen geschützt (U+202F statt U+2009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@245 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/XP/autohotkey/neo20-all-in-one.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/XP/autohotkey') 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 := "" -- cgit v1.2.3