From 02375006c2b23b0afd0f5b91a0bb70cd9e043db2 Mon Sep 17 00:00:00 2001 From: dennis Date: Tue, 12 Aug 2008 01:24:03 +0000 Subject: Konflikt manuell beseitigt. git-svn-id: https://svn.neo-layout.org@748 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Layers.ahk | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'windows/autohotkey/Source/Methods-Layers.ahk') diff --git a/windows/autohotkey/Source/Methods-Layers.ahk b/windows/autohotkey/Source/Methods-Layers.ahk index 4c4de7f..e2cdb99 100644 --- a/windows/autohotkey/Source/Methods-Layers.ahk +++ b/windows/autohotkey/Source/Methods-Layers.ahk @@ -44,12 +44,19 @@ IsMod3Locked := 0 if (IsMod3Locked) { IsMod3Locked = 0 - MsgBox Mod3-Feststellung aufgebehoben + if (zeigeLockBoxen==1) + { + MsgBox Mod3-Feststellung aufgebehoben! + } } else { IsMod3Locked = 1 - MsgBox Mod3 festgestellt: Um Mod3 wieder zu lösen drücke beide Mod3 Tasten gleichzeitig + if (zeigeLockBoxen==1) + { + MsgBox Mod3 festgestellt: Um Mod3 wieder zu lösen drücke beide Mod3 Tasten gleichzeitig! + } + } } return @@ -70,7 +77,10 @@ IsMod4Locked := 0 ; Mod4-Lock durch Mod4(rechts)+Mod4(links) if (IsMod4Locked) { - MsgBox Mod4-Feststellung aufgebehoben + if (zeigeLockBoxen==1) + { + MsgBox Mod4-Feststellung aufgebehoben! + } IsMod4Locked = 0 if (UseMod4Light==1) { @@ -79,7 +89,10 @@ IsMod4Locked := 0 } else { - MsgBox Mod4 festgestellt: Um Mod4 wieder zu lösen drücke beide Mod4 Tasten gleichzeitig + if (zeigeLockBoxen==1) + { + MsgBox Mod4 festgestellt: Um Mod4 wieder zu lösen drücke beide Mod3 Tasten gleichzeitig! + } IsMod4Locked = 1 if (UseMod4Light==1) { -- cgit v1.2.3