From e30db0cd563033dbdc17255a0776ba87225dfc65 Mon Sep 17 00:00:00 2001 From: martin_r Date: Sun, 13 Jul 2008 01:08:31 +0000 Subject: ‚…‘ zusätzlich auf M3+x; Lang-ſ-Tastatur probeweise auf M4+Esc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@645 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Other.ahk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (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 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 +} /* -- cgit v1.2.3