summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-05 19:56:09 +0000
committerstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-05 19:56:09 +0000
commit7235dd0f1e853d0618525a2788a51c2fc60eb58e (patch)
treec8bbb44ea76e55c6d2099e90b4784cbe0f93806a
parentb94adf7673603b9614faa59690b3d1e2d6ed9321 (diff)
ahk: " und ' getauscht
(hat erik offenbar vergessen ;-) ) git-svn-id: https://svn.neo-layout.org@470 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/2K_XP_Vista/autohotkey/README.txt3
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk4
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