diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/autohotkey/Source/Changelog-and-Todo.ahk | 2 | ||||
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 2 | ||||
-rw-r--r-- | windows/autohotkey/neo20.ahk | 2 | ||||
-rw-r--r-- | windows/autohotkey/neo20.exe | bin | 446368 -> 446376 bytes |
4 files changed, 6 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Changelog-and-Todo.ahk b/windows/autohotkey/Source/Changelog-and-Todo.ahk index 6c81c6c..b4172db 100644 --- a/windows/autohotkey/Source/Changelog-and-Todo.ahk +++ b/windows/autohotkey/Source/Changelog-and-Todo.ahk @@ -29,6 +29,8 @@ Matthias Wächter <matthias (at) waechter.wiz. a t> * CHANGEHISTORY: *
******************
+Revision 749 (von Dennis Heidsiek)
+- ? und ¿ funktionieren wieder (Klammer vergessen)
Revision 748 (von Dennis Heidsiek)
- Neue Globale Variable »zeigeLockBoxen«: Soll mit MessageBoxen explizit auf das Ein- und Ausschalten des Mod{3,4}-Locks hingewiesen werden?
Revision 746 (von Martin Roppelt)
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index 9b96747..3f4941f 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -806,6 +806,7 @@ neo_s: or CheckDeadUni12("c1",0x015D,0x015C)
or CheckDeadUni12("c2",0x0161,0x0160)
or CheckDeadUni12("c6",0x1E63,0x1A62)))
+ {
if (Ebene = 1)
{
if LangSTastatur
@@ -830,6 +831,7 @@ neo_s: if (PriorDeadKey = "comp")
CompKey := "S"
}
+ }
else if (Ebene = 3)
send {blind}?
else if (Ebene = 4)
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk index 3891a75..a7da125 100644 --- a/windows/autohotkey/neo20.ahk +++ b/windows/autohotkey/neo20.ahk @@ -1869,6 +1869,7 @@ neo_s: or CheckDeadUni12("c1",0x015D,0x015C)
or CheckDeadUni12("c2",0x0161,0x0160)
or CheckDeadUni12("c6",0x1E63,0x1A62)))
+ {
if (Ebene = 1)
{
if LangSTastatur
@@ -1893,6 +1894,7 @@ neo_s: if (PriorDeadKey = "comp")
CompKey := "S"
}
+ }
else if (Ebene = 3)
send {blind}?
else if (Ebene = 4)
diff --git a/windows/autohotkey/neo20.exe b/windows/autohotkey/neo20.exe Binary files differindex a9144ec..8490524 100644 --- a/windows/autohotkey/neo20.exe +++ b/windows/autohotkey/neo20.exe |