From a2212d2c82155a340432a7acb7b99552d125c21e Mon Sep 17 00:00:00 2001
From: martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Tue, 12 Aug 2008 14:27:15 +0000
Subject: Fehler ausgebessert; x(4) an Referenz angeglichen

git-svn-id: https://svn.neo-layout.org@756 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 windows/autohotkey/Source/Keys-Neo.ahk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'windows')

diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 3f4941f..15a8be1 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -428,11 +428,13 @@ neo_x:
   if (Ebene12)
     OutputChar("x","X")
   else if (Ebene = 3)
-    SendUnicodeChar(0x2026) ;Ellipse
+    SendUnicodeChar(0x2026) ;Ellipse horizontal
+  else if (Ebene = 4)
+    SendUnicodeChar(0x22EE) ;Ellipse vertikal
   else if (Ebene = 5)
     SendUnicodeChar(0x03BE) ;xi
   else if (Ebene = 6)
-    SendUnicodeChar(0x039E)  ; Xi
+    SendUnicodeChar(0x039E) ;Xi
 return
 
 
-- 
cgit v1.2.3