From caa0b536aca8059c78e1fe52c37b7e07e1a2857e Mon Sep 17 00:00:00 2001 From: dennis Date: Sat, 12 Jul 2008 01:05:43 +0000 Subject: 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 --- windows/autohotkey/Source/Keys-Neo.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'windows/autohotkey/Source/Keys-Neo.ahk') 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 -- cgit v1.2.3