summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/neo20-all.ahk
blob: 08eb145722c6ddd2dd3a8ad59990332be522ada9 (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
SetWorkingDir, %A_ScriptDir%
#Include %A_ScriptDir%\


; Revision Information (don't moun)
#Include *i Source\_subwcrev1.ahk
#Include *i Source\_subwcrev2.ahk

; die Compose-Definitionen
#Include *i Source\en_us.ahk
#Include *i Source\neocomp.ahk
#Include    Source\neovarscomp.ahk

; Hier liegt die Tastaturbelegung
#Include    Source\keydefinitions.ahk

; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu k�nnen
#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\recycle.ahk

; Normale Keyboard-Hooks
#Include    Source\keyhooks.ahk

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