diff options
Diffstat (limited to 'windows/2K_XP_Vista')
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk | 7 | ||||
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe | bin | 221640 -> 221652 bytes |
2 files changed, 6 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 7a08919..07c0656 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk @@ -2198,6 +2198,11 @@ return send {NumpadHome}
CompKey := ""
}
+ else if Ebene = 3
+ {
+ SendUnicodeChar(0x2195) ; Hoch-Runter-Pfeil
+ CompKey := ""
+ }
else if ( (Ebene = 4) or (Ebene = 5) )
{
SendUnicodeChar(0x226A) ; ll
@@ -2388,7 +2393,7 @@ return }
else if Ebene = 3
{
- SendUnicodeChar(0x21CB) ; LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON
+ SendUnicodeChar(0x2194) ; Links-Rechts-Pfeil
CompKey := ""
}
else if ( (Ebene = 4) or (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 Binary files differindex 48c348c..af2f090 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe |