summaryrefslogtreecommitdiff
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.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk
index a56ca8e..0c03990 100644
--- a/windows/neo-vars/src/source/varsfunctions.ahk
+++ b/windows/neo-vars/src/source/varsfunctions.ahk
@@ -1,4 +1,4 @@
-; -*- encoding: utf-8 -*-
+; -*- encoding: utf-8 -*-
#NoEnv
@@ -49,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 := ""
@@ -61,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% := ""
}