summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/neo20-all.ahk
blob: f425526962bb0c597a1189ec4f8c7b052a4c5d89 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
SetWorkingDir, %A_ScriptDir%
#include %A_ScriptDir%\


; Revision Information (don't moun)
#include *i source\_subwcrev1.generated.ahk

; die Compose-Definitionen
#include *i source\compose.generated.ahk
#include *i source\compose-tainted.generated.ahk
#include    source\compose-gen.ahk

; Hier liegt die Tastaturbelegung
#include    source\keydefinitions.ahk

; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu k�nnen
#include    source\performance.ahk
#include    source\shortcuts.ahk

; Good-old AHK-Skripts, enthalten die ersten Key-Hooks f�r Mod-Tasten
; Achtung: Hinter dem ersten Keyboard-Hook werden keine globalen Variablen
; mehr gesetzt!
#include    source\initialize.ahk
#include    source\resources.ahk

; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
#include    source\varsfunctions.ahk

; Die Bildschirmtastatur
#include    source\screenkeyboard.ahk

; Mitgelieferte Belegungsvarianten
#include    source\langstastatur.ahk
#include    source\einhandneo.ahk
#include    source\lernmodus.ahk
#include    source\nordtast.ahk
#include    source\tools.ahk

; individuelle Einstellungen
#include *i %A_AppData%\Neo2\custom.ahk

#include    source\tray.ahk
#include    source\keyhooks.ahk
#include    source\levelfunctions.ahk
#include    source\keyboardleds.ahk