blob: 1c2c77675be09a53555c2536c273d2de00b4b159 (
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
|
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\neovarscompose.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
#include source\tray.ahk
#include source\keyhooks.ahk
#include source\trayfunctions.ahk
#include source\levelfunctions.ahk
#include source\keyboardleds.ahk
#include source\screenkeyboard.ahk
; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
#include source\varsfunctions.ahk
|