summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/source/makecompose.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/makecompose.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 'windows/neo-vars/src/source/makecompose.ahk')
-rw-r--r--windows/neo-vars/src/source/makecompose.ahk4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/neo-vars/src/source/makecompose.ahk b/windows/neo-vars/src/source/makecompose.ahk
index a6e60a1..4b7c5ae 100644
--- a/windows/neo-vars/src/source/makecompose.ahk
+++ b/windows/neo-vars/src/source/makecompose.ahk
@@ -1,6 +1,4 @@
; -*- encoding:utf-8 -*-
-; AHK versteht zwar kein utf-8, aber so lässt sich’s doch leichter eingeben.
-
DefineXKBSym(name,val) {
global
@@ -1980,7 +1978,7 @@ CompRevision = %1%
OutputFile = %2%
FileDelete,%OutputFile%
-FileAppend,CompRevision := "%CompRevision%"`r`n`r`nLoadDefaultCompose() {`r`n global`r`n`r`n, %OutputFile% ; }
+FileAppend,`; -*- encoding: utf-8 -*-`r`n`r`nCompRevision := "%CompRevision%"`r`n`r`nLoadDefaultCompose() {`r`n global`r`n`r`n, %OutputFile% ; }
loop %Numpars% {
if (A_Index < 3)