From 7235dd0f1e853d0618525a2788a51c2fc60eb58e Mon Sep 17 00:00:00 2001 From: stmayer Date: Sat, 5 Apr 2008 19:56:09 +0000 Subject: ahk: " und ' getauscht (hat erik offenbar vergessen ;-) ) git-svn-id: https://svn.neo-layout.org@470 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/2K_XP_Vista/autohotkey/README.txt | 3 ++- windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/2K_XP_Vista/autohotkey/README.txt b/windows/2K_XP_Vista/autohotkey/README.txt index b059e78..dcd55bb 100644 --- a/windows/2K_XP_Vista/autohotkey/README.txt +++ b/windows/2K_XP_Vista/autohotkey/README.txt @@ -15,7 +15,8 @@ werden. Momentan befindet sich in der Testphase, ob die 6. Ebene über Shift+Mod4 oder über Mod3+Mod4 angesprochen werden soll (Shift+Mod4 zum Markieren bleibt -erhalten). Die Datei neo20_mod-test.ahk spricht die 6. Ebene über Mod3+Mod4 an. +erhalten). Die Datei neo20_mod-test.ahk spricht die 6. Ebene über Mod3+Mod4 an, +ist jedoch nicht aktuell. === Autohotkey herunter laden === Man braucht als erstes das Programm namens »autohotkey« diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk index 6965958..83e10bb 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk @@ -2019,7 +2019,7 @@ return if Ebene = 1 send {blind}, else if Ebene = 3 - send ' + send " else if Ebene = 4 SendUnicodeChar(0x03F1) ; varrho else if Ebene = 5 @@ -2043,7 +2043,7 @@ return else if Ebene = 2 SendUnicodeChar(0x2026) ; ellipse else if Ebene = 3 - send " + send ' else if Ebene = 4 SendUnicodeChar(0x03B8) ;theta else if Ebene = 5 -- cgit v1.2.3