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/neo20-all-in-one.ahk | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'windows/autohotkey/neo20-all-in-one.ahk') diff --git a/windows/autohotkey/neo20-all-in-one.ahk b/windows/autohotkey/neo20-all-in-one.ahk index b4645aa..43ef6b4 100644 --- a/windows/autohotkey/neo20-all-in-one.ahk +++ b/windows/autohotkey/neo20-all-in-one.ahk @@ -1885,6 +1885,8 @@ neo_x: sendinput {blind}x else if Ebene = 2 sendinput {blind}X + else if Ebene = 3 + SendUnicodeChar(0x2026) ;Ellipse else if Ebene = 5 SendUnicodeChar(0x03BE) ;xi else if Ebene = 6 @@ -2338,10 +2340,6 @@ neo_sz: else SendUnicodeChar(0x017F) ; langes s } - else if Ebene = 4 - { - ;LangSTastatur := not(LangSTastatur) ; schaltet die Lang-s-Tastatur ein und aus - } else if Ebene = 5 SendUnicodeChar(0x03C2) ; varsigma else if Ebene = 6 @@ -4842,7 +4840,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