summaryrefslogtreecommitdiffstats
path: root/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
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 /windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
parentb94adf7673603b9614faa59690b3d1e2d6ed9321 (diff)
ahk: " und ' getauscht
(hat erik offenbar vergessen ;-) ) git-svn-id: https://svn.neo-layout.org@470 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk')
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk4
1 files changed, 2 insertions, 2 deletions
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