summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-08 10:58:47 +0000
committerstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-08 10:58:47 +0000
commit5f489a1e82fddd76a52e08e47650b2122ec2a847 (patch)
tree7d84974f6e18eb19db76599a42fe81aba49ad19c
parent0787d999dff23fdf6005aa1185a28b8d14e7aaac (diff)
@ auf y (ahk)
git-svn-id: https://svn.neo-layout.org@473 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk4
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exebin221649 -> 221650 bytes
2 files changed, 3 insertions, 1 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 83e10bb..c614f32 100644
--- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
+++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
@@ -649,7 +649,7 @@ return
else if Ebene = 2
sendinput {blind}X
else if Ebene = 3
- send @
+ send @ ; Redundanz, liegt jetzt auf ä (QWERTZ)
else if Ebene = 4
SendUnicodeChar(0x03BE) ;xi
else if Ebene = 5
@@ -1809,6 +1809,8 @@ return
Else
sendinput {blind}Y
}
+ else if Ebene = 3
+ send @
else if Ebene = 4
SendUnicodeChar(0x03C5) ;upsilon
else if Ebene = 5
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe
index 5662eed..c29c35c 100644
--- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe
+++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe
Binary files differ