summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-Neo.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/Source/Keys-Neo.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 373c175..1517cc3 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -297,12 +297,12 @@ neo_4:
}
else if Ebene = 2
{
- send »
+ SendUnicodeChar(0x00BB) ; », Double guillemot right
CompKey := ""
}
else if Ebene = 3
{
- send ›
+ Send › ; Single guillemot right
CompKey := ""
}
else if Ebene = 4
@@ -371,12 +371,12 @@ neo_5:
}
else if Ebene = 2
{
- send «
+ SendUnicodeChar(0x00AB) ; «, Double guillemot left
CompKey := ""
}
else if Ebene = 3
{
- send ‹
+ Send ‹ ; Single guillemot left
CompKey := ""
}
else if Ebene = 4