blob: 047ac6f6f8e8af0d5163ff41fef5ce1a417a0677 (
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
47
|
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
#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\tools.ahk
; individuelle Einstellungen
#include *i %A_AppData%\NEO2\custom.ahk
#include source\tray.ahk
#include source\keyhooks.ahk
#include source\trayfunctions.ahk
#include source\levelfunctions.ahk
#include source\keyboardleds.ahk
|