summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/neo20-all.ahk
blob: def45a05bf143d8739f8bb48cc9ab53341a67fe5 (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
; Revision Information
#Include %a_scriptdir%\_subwcrev.ahk

; die Compose-Definitionen
#Include %a_scriptdir%\en_us.ahk
#Include %a_scriptdir%\neocomp.ahk
#Include %a_scriptdir%\neovarscomp.ahk

; Hier liegt die Tastaturbelegung
#Include %a_scriptdir%\keydefinitions.ahk

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

; Normale Keyboard-Hooks
#Include %a_scriptdir%\keyhooks.ahk

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