summaryrefslogtreecommitdiffstats
path: root/windows
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
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')
-rw-r--r--windows/autohotkey/Source/Changelog-and-Todo.ahk9
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk3
2 files changed, 8 insertions, 4 deletions
diff --git a/windows/autohotkey/Source/Changelog-and-Todo.ahk b/windows/autohotkey/Source/Changelog-and-Todo.ahk
index 8ef615f..0f36898 100644
--- a/windows/autohotkey/Source/Changelog-and-Todo.ahk
+++ b/windows/autohotkey/Source/Changelog-and-Todo.ahk
@@ -17,11 +17,14 @@
- bei Ebene 4 rechte Hand (Numpad) z.B. Numpad5 statt 5 senden
CHANGEHISTORY:
- Revision 639(von Martin Roppelt):
+ Revision 640 (von Dennis Heidsiek):
+ - Der untote Zirkumflex (^) auf Ebene 3 funktioniert jetzt auch
+ in Java-Programmen
+ Revision 639 (von Martin Roppelt):
- Lang-s-Tastatur kann nicht mehr durch einen Hotkey aktiviert werden
- Revision 629(von Martin Roppelt):
+ Revision 629 (von Martin Roppelt):
- Spitze Klammern (bra und ket) testweise auf M5+8/9
- Revision 624(von Martin Roppelt):
+ Revision 624 (von Martin Roppelt):
- Lang-s-Tastatur (ein- und auszuschalten durch Mod4+ß)
Revision 616 (von Dennis Heidsiek):
- Der nicht funktionierende Mod5-Lock-Fix wurde wieder entfernt, da
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