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


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

; die Compose-Definitionen
#Include *i Source\Compose.generated.ahk
#Include *i Source\Compose-tainted.generated.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