diff options
Diffstat (limited to 'windows/2K_XP_Vista/autohotkey')
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/README.txt | 3 | ||||
-rw-r--r-- | 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
|