From 8d81f298626341d5621b30df17f1636a78ac9719 Mon Sep 17 00:00:00 2001 From: dennis Date: Tue, 8 Jul 2008 03:40:02 +0000 Subject: Nicht funktionierender Mod5-Lock-Fix wieder entfernt. git-svn-id: https://svn.neo-layout.org@616 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Other.ahk | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk index 573c5ae..b3da1a6 100644 --- a/windows/autohotkey/Source/Methods-Other.ahk +++ b/windows/autohotkey/Source/Methods-Other.ahk @@ -213,57 +213,57 @@ EncodeInteger(ref, val) guiErstellt = 0 alwaysOnTop = 1 aktuellesBild = ebene1.png -~SC056 & *F1:: -~SC138 & *F1:: +SC056 & *F1:: +SC138 & *F1:: { if (zeigeBildschirmTastatur) goto Switch1 return } -~SC056 & *F2:: -~SC138 & *F2:: +SC056 & *F2:: +SC138 & *F2:: { if (zeigeBildschirmTastatur) goto Switch2 return } -~SC056 & *F3:: -~SC138 & *F3:: +SC056 & *F3:: +SC138 & *F3:: { if (zeigeBildschirmTastatur) goto Switch3 return } -~SC056 & *F4:: -~SC138 & *F4:: +SC056 & *F4:: +SC138 & *F4:: { if (zeigeBildschirmTastatur) goto Switch4 return } -~SC056 & *F5:: -~SC138 & *F5:: +SC056 & *F5:: +SC138 & *F5:: { if (zeigeBildschirmTastatur) goto Switch5 return } -~SC056 & *F6:: -~SC138 & *F6:: +SC056 & *F6:: +SC138 & *F6:: { if (zeigeBildschirmTastatur) goto Switch6 return } -~SC056 & *F7:: -~SC138 & *F7:: +SC056 & *F7:: +SC138 & *F7:: { if (zeigeBildschirmTastatur) goto Show return } -~SC056 & *F8:: -~SC138 & *F8:: +SC056 & *F8:: +SC138 & *F8:: { if (zeigeBildschirmTastatur) goto ToggleAlwaysOnTop -- cgit v1.2.3