summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-12 14:27:15 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-12 14:27:15 +0000
commita2212d2c82155a340432a7acb7b99552d125c21e (patch)
treecd46de02cf3374baae489adde0e92166dae3cd3d /windows
parent8c6f0f0d869628f0198633e3dd7d31d6a558d956 (diff)
downloadneo-layout-a2212d2c82155a340432a7acb7b99552d125c21e.tar.gz
neo-layout-a2212d2c82155a340432a7acb7b99552d125c21e.tar.bz2
neo-layout-a2212d2c82155a340432a7acb7b99552d125c21e.zip
Fehler ausgebessert;
x(4) an Referenz angeglichen git-svn-id: https://svn.neo-layout.org@756 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk6
1 files changed, 4 insertions, 2 deletions
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