summaryrefslogtreecommitdiff
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.ahk3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 8ad0ac6..349a26f 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -1006,7 +1006,8 @@ neo_w:
sendinput {blind}W
}
else if Ebene = 3
- send {^}{space} ; untot
+ SendUnicodeChar(0x005E) ; untotes ^ - Unicode-Name: CIRCUMFLEX ACCENT
+ ;send {^}{space} ; Funktioniert nicht unter Java-Programmen
else if Ebene = 4
Send {Insert}
else if Ebene = 5