diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-24 00:16:58 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-24 00:16:58 +0000 |
commit | 2147e3c7dd25f14b98905a9a9389cfb7c99f0439 (patch) | |
tree | 9b44128198bfd8e654ba09ea92b095d48f77b98d /windows/autohotkey/Source/All.ahk | |
parent | e464561263c8460cfb928e01409bb664fbf85a62 (diff) |
Ein paar Methoden umstrukturiert/verschoben.
git-svn-id: https://svn.neo-layout.org@689 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/All.ahk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk index b719fac..0594fb3 100644 --- a/windows/autohotkey/Source/All.ahk +++ b/windows/autohotkey/Source/All.ahk @@ -19,6 +19,7 @@ #Include %a_scriptdir%\Keys-Neo.ahk
#Include %a_scriptdir%\Methods-Lights.ahk
#Include %a_scriptdir%\Methods-Other.ahk
-;#Include %a_scriptdir%\Methods-Unicode.ahk
+#Include %a_scriptdir%\Methods-Unicode.ahk
+#Include %a_scriptdir%\Methods-ScreenKeyboard.ahk
;#Include *i %a_scriptdir%\..\Compose\Compose-all-in-one.ahk
|