summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-15 20:13:27 +0000
committerstmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-15 20:13:27 +0000
commit52c92737e98872b8ae70b7177321fc28fc8eb16d (patch)
treebcda41f3e645dab8a87683664394b1120e539d24
parent0d46005c087ba16b9b1334a48e65516a24e25972 (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.ahk7
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exebin221640 -> 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
index 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
Binary files differ