blob: 2012367c0ae16c90a7f1652f760d25197c18f6e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
------------------------------------------------------
Liste der Module
Die Reihenfolge der Includes *ist* relevant!
Siehe auch:
http://www.autohotkey.com/docs/commands/_Include.htm
------------------------------------------------------
*/
#Include %a_scriptdir%\Warning.ahk
#Include %a_scriptdir%\Changelog-and-Todo.ahk
#Include %a_scriptdir%\Global-Part.ahk
#Include %a_scriptdir%\Methods-Layers.ahk
#Include %a_scriptdir%\Keys-Qwert-to-Neo.ahk
#Include %a_scriptdir%\Keys-Neo.ahk
#Include %a_scriptdir%\Methods-Lights.ahk
#Include %a_scriptdir%\Methods-Other.ahk
;#Include *i %a_scriptdir%\..\Compose\Compose-all-in-one.ahk
|