summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/source/varsfunctions.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/source/varsfunctions.ahk')
-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% := ""
}