diff options
author | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-15 20:13:27 +0000 |
---|---|---|
committer | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-15 20:13:27 +0000 |
commit | 52c92737e98872b8ae70b7177321fc28fc8eb16d (patch) | |
tree | bcda41f3e645dab8a87683664394b1120e539d24 | |
parent | 0d46005c087ba16b9b1334a48e65516a24e25972 (diff) |
Pfeile (und Indianer?)
git-svn-id: https://svn.neo-layout.org@486 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-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 |