From 5e22111a71a1b88176569d81e05607fa14d8055c Mon Sep 17 00:00:00 2001 From: dennis Date: Tue, 8 Jul 2008 02:16:23 +0000 Subject: Erfolgloser Versuch, den Mod4-Lock wiederherzustellen (durch eine Tilde von den Scancodes der Bildschirmtastatur). git-svn-id: https://svn.neo-layout.org@615 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Other.ahk | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'windows/autohotkey/Source/Methods-Other.ahk') diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk index b3da1a6..573c5ae 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