summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-Neo.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-12 01:05:43 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-12 01:05:43 +0000
commitcaa0b536aca8059c78e1fe52c37b7e07e1a2857e (patch)
tree7ea34ae721a2d4f9ec1d5b2d3c61689f3579c180 /windows/autohotkey/Source/Keys-Neo.ahk
parent83cff37cb35899e0d34330212019d4483e6e76fd (diff)
Der untote Zirkumflex (^) auf Ebene 3 funktioniert jetzt auch in Java-Programmen.
git-svn-id: https://svn.neo-layout.org@641 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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