summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Methods-Layers.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-12 01:24:03 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-12 01:24:03 +0000
commit02375006c2b23b0afd0f5b91a0bb70cd9e043db2 (patch)
tree9b9b793aa7e0ec82783a32b8fad8aa133acfa2cc /windows/autohotkey/Source/Methods-Layers.ahk
parent8e5099e636af9bc5164ab461081c64a0107cf7c4 (diff)
Konflikt manuell beseitigt.
git-svn-id: https://svn.neo-layout.org@748 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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)
{