From 52c92737e98872b8ae70b7177321fc28fc8eb16d Mon Sep 17 00:00:00 2001
From: stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Tue, 15 Apr 2008 20:13:27 +0000
Subject: Pfeile (und Indianer?)

git-svn-id: https://svn.neo-layout.org@486 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 .../2K_XP_Vista/autohotkey/neo20-all-in-one.ahk    |   7 ++++++-
 .../2K_XP_Vista/autohotkey/neo20-all-in-one.exe    | Bin 221640 -> 221652 bytes
 2 files changed, 6 insertions(+), 1 deletion(-)

(limited to 'windows/2K_XP_Vista')

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
Binary files a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe and b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.exe differ
-- 
cgit v1.2.3