summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/neo20-all-in-one.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/neo20-all-in-one.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/neo20-all-in-one.ahk')
-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
+}
/*