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-25 06:46:11 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-25 06:46:11 +0000
commit50b88f385266665956b3cb0e513152ee5df47998 (patch)
tree9006f992c2fa52ccd99860150cd877adf28a04c1 /windows/autohotkey/Source/Methods-Other.ahk
parentf7a6a426741db88a1e2a2e9accc389feb3e9b93c (diff)
LangSTastatur auf F11(4) (Vorschlag von Dennis), Einbindung von LangSTastaturStandardmäßigEingeschaltet.ahk, T*(4)⇔T*(5) bei PriorDeadKey
git-svn-id: https://svn.neo-layout.org@694 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk12
1 files changed, 3 insertions, 9 deletions
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index 6fcfdba..7413690 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -160,7 +160,7 @@ SendUnicodeChar(charCode)
}
}
/*
-Über den GDK-Workarround:
+Über den GDK-Workaround:
Dieser basiert auf http://www.autohotkey.com/forum/topic32947.html
Der Aufruf von »SubStr(charCode,3)« geht davon aus, dass alle charCodes in Hex mit führendem „0x“ angegeben sind. Die abenteuerliche „^+u“-Konstruktion benötigt im Übrigen den Hex-Wert in Kleinschrift, was derzeit nicht bei den Zeichendefinitionen umgesetzt ist, daher zentral und weniger fehlerträchtig an dieser Stelle. Außerdem ein abschließend gesendetes Space, sonst bleibt der „eingetippte“ Unicode-Wert noch kurz sichtbar stehen, bevor er sich GTK-sei-dank in das gewünschte Zeichen verwandelt.
@@ -176,7 +176,7 @@ BSSendUnicodeChar(charCode)
CompUnicodeChar(charCode)
{
send {bs}
- SendUnicodeChar(charCode)
+ SendUnicodeChar(charCode)
}
Comp3UnicodeChar(charCode)
@@ -194,13 +194,7 @@ EncodeInteger(ref, val)
;Lang-s-Tastatur:
-{
-SC056 & *Esc::
+SC056 & *F11::
LangSTastatur := not(LangSTastatur) ; schaltet die Lang-s-Tastatur ein und aus
-;if (LangSTastatur) SoundBeep ;auskommentieren, um Warnton zu erzeugen
return
-}
-
-
-