From d24f7478db0b8245268aea20613d148ed342b53a Mon Sep 17 00:00:00 2001 From: dennis Date: Tue, 12 Aug 2008 02:30:35 +0000 Subject: =?UTF-8?q?=3F=20und=20=C2=BF=20funktionieren=20wieder=20(in=20Rev?= =?UTF-8?q?ision=20746=20war=20eine=20Klammer=20vergessen=20worden)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@749 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Changelog-and-Todo.ahk | 2 ++ windows/autohotkey/Source/Keys-Neo.ahk | 2 ++ windows/autohotkey/neo20.ahk | 2 ++ windows/autohotkey/neo20.exe | Bin 446368 -> 446376 bytes 4 files changed, 6 insertions(+) (limited to 'windows') 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 * 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 index a9144ec..8490524 100644 Binary files a/windows/autohotkey/neo20.exe and b/windows/autohotkey/neo20.exe differ -- cgit v1.2.3