diff options
author | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-03-27 10:26:30 +0000 |
---|---|---|
committer | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-03-27 10:26:30 +0000 |
commit | 58fd86929f597491078ece87961594286d13e919 (patch) | |
tree | 7e99d219a4d41ea6b864e2b5cc1c90d6066b4f47 /windows | |
parent | 21f414ca943ca1ee512f91837e45b7387bffb208 (diff) |
ahk: € und $ getauscht
git-svn-id: https://svn.neo-layout.org@453 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk | 4 | ||||
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe | bin | 221801 -> 221649 bytes |
2 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 124cf87..1aad14f 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk @@ -388,7 +388,7 @@ return }
else if Ebene = 2
{
- send $
+ send €
CompKey := ""
}
else if Ebene = 3
@@ -430,7 +430,7 @@ return }
else if Ebene = 2
{
- send €
+ send $
CompKey := ""
}
else if Ebene = 3
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe Binary files differindex 49c20b7..5662eed 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe |