summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/neo20-all-in-one.ahk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--windows/autohotkey/neo20-all-in-one.ahk14
1 files changed, 9 insertions, 5 deletions
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
+}
/*