diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-30 00:15:33 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-30 00:15:33 +0000 |
commit | 698a9882e275322789c41030dc9c40f9e2f9f496 (patch) | |
tree | 0e837a17122667a046572fd30b5929760dd03bac /windows/autohotkey | |
parent | 51190ab1fdd4eec44a12d40a5e5e698f5337ff19 (diff) |
Aber vielleicht sollte man vorher nochmal kompilieren…?!
git-svn-id: https://svn.neo-layout.org@1059 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey')
-rw-r--r-- | windows/autohotkey/neo20.ahk | 3 | ||||
-rw-r--r-- | windows/autohotkey/neo20.exe | bin | 397948 -> 397962 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk index d2afabd..575db7a 100644 --- a/windows/autohotkey/neo20.ahk +++ b/windows/autohotkey/neo20.ahk @@ -62,7 +62,7 @@ KeyboardLED(4, "off") SetNumLockState Off
SetScrollLockState Off
-name=Neo 2.0 (%A_ScriptName%)
+name=Neo 2.0 (%A_ScriptName%) ($Revision$)
enable=Aktiviere %name%
disable=Deaktiviere %name%
#usehook on
@@ -2261,6 +2261,7 @@ CumulateDeadKey(a) { DeadKey = g5g1a2
}
}
+
CheckCompose() {
CheckCompUni("<G> <A>", 0x391)
CheckCompUni("<G> <B>", 0x392)
diff --git a/windows/autohotkey/neo20.exe b/windows/autohotkey/neo20.exe Binary files differindex 689b947..0375d82 100644 --- a/windows/autohotkey/neo20.exe +++ b/windows/autohotkey/neo20.exe |