summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/All.ahk
blob: 0594fb367985217a878d9355e78b7257ab780338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 
   ------------------------------------------------------
   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 %a_scriptdir%\Methods-Unicode.ahk
#Include %a_scriptdir%\Methods-ScreenKeyboard.ahk
;#Include *i %a_scriptdir%\..\Compose\Compose-all-in-one.ahk