summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Methods-Other.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-13 01:08:31 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-13 01:08:31 +0000
commite30db0cd563033dbdc17255a0776ba87225dfc65 (patch)
treef7aa2c393519b0bf167d3dfb3af099f6ca9b8fb2 /windows/autohotkey/Source/Methods-Other.ahk
parent31a1f44b19d2b0e90973aa590ece5f07406adfd9 (diff)
‚…‘ zusätzlich auf M3+x;
Lang-ſ-Tastatur probeweise auf M4+Esc git-svn-id: https://svn.neo-layout.org@645 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk8
1 files changed, 7 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index 16967d1..b937080 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -202,7 +202,13 @@ EncodeInteger(ref, val)
}
-
+;Lang-s-Tastatur:
+{
+SC056 & *Esc::
+LangSTastatur := not(LangSTastatur) ; schaltet die Lang-s-Tastatur ein und aus
+;if (LangSTastatur) SoundBeep ;auskommentieren, um Warnton zu erzeugen
+return
+}
/*