summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/source/varsfunctions.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2011-10-06 09:23:05 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2011-10-06 09:23:05 +0000
commit988ba05fa816196b64572c71b026f63856b1f246 (patch)
tree2df9b0b556b6d245704aa8b2f0864619edfb637f /windows/neo-vars/src/source/varsfunctions.ahk
parent77ebd4b08ea9b6e0119c6724fd1399f33b59107e (diff)
• Das Skript ist jetzt mit dem neuen AutoHotkey_L Unicode kompatibel, aber nur mehr bedingt mit dem alten AHK oder dem AutoHotkey_L ANSI.
• Die Dynamische BST (M3+F3) reagiert jetzt nicht nur auf Compose, sondern auch auf Ebene 5/6. git-svn-id: https://svn.neo-layout.org@2407 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r--windows/neo-vars/src/source/varsfunctions.ahk10
1 files changed, 6 insertions, 4 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk
index 04cdeda..a56ca8e 100644
--- a/windows/neo-vars/src/source/varsfunctions.ahk
+++ b/windows/neo-vars/src/source/varsfunctions.ahk
@@ -1,3 +1,5 @@
+; -*- encoding: utf-8 -*-
+
#NoEnv
AllStar(This_HotKey) {
@@ -47,9 +49,9 @@ rerun:
if (PP%PhysKey% != "")
CompNew := PP%PhysKey% ; Von Tastaturwiederholung
else
- CompNew := Comp . char ; H�ngen wir mal das neue Zeichen zum Compositum an
+ CompNew := Comp . char ; H�ngen wir mal das neue Zeichen zum Compositum an
- if (CD%CompNew% != "") { ; Compose hat getroffen: wird geschickt, Compose gel�scht
+ if (CD%CompNew% != "") { ; Compose hat getroffen: wird geschickt, Compose gel�scht
tosend := CD%CompNew%
PP%PhysKey% := CompNew
Comp := ""
@@ -59,7 +61,7 @@ rerun:
Comp := CompNew
} else if (CF%Comp% != "") {
tosend := CF%Comp%
- if (PR%PhysKey% != "") { ; Eventuell vergessenen Key-Release aufr�umen
+ if (PR%PhysKey% != "") { ; Eventuell vergessenen Key-Release aufr�umen
CharOutUp(PR%PhysKey%)
PR%PhysKey% := ""
}
@@ -90,7 +92,7 @@ rerun:
if (strlen(tosend) > 7) { ; Ausgabe mehrerer Zeichen
- if (PR%PhysKey% != "") { ; Eventuell vergessenen Key-Release aufr�umen
+ if (PR%PhysKey% != "") { ; Eventuell vergessenen Key-Release aufr�umen
CharOutUp(PR%PhysKey%)
PR%PhysKey% := ""
}