summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/Methods-Layers.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/Source/Methods-Layers.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Layers.ahk21
1 files changed, 17 insertions, 4 deletions
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)
{