summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/All.ahk
blob: 2ba1f2ebe96b541f4d8fa7c1053732f4e6fdd3a7 (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
26
27
28
29
/* 
   ------------------------------------------------------
   Liste der Module
   
   Die Reihenfolge der Includes *ist* relevant!
   
   Siehe auch:
   http://www.autohotkey.com/docs/commands/_Include.htm
   
   
   ToDo:
   if(exist(compose.ahk)) then (include(compose.ahk)) einbauen
   
   ------------------------------------------------------
*/


#Include Warning.ahk
#Include Changelog-and-Todo.ahk
#Include Global-Part.ahk
#Include Methods-Layers.ahk
#Include Keys-Qwert-to-Neo.ahk
#Include Keys-Neo.ahk
#Include Methods-Lights.ahk
#Include Methods-Other.ahk