root/windows/neo-vars/src/neo20-all.ahk @ 2156

Revision 2156, 1.3 KB (checked in by mösi, 3 years ago)

Neue Bildschirmtastatur auf M3+F2

Line 
1SetWorkingDir, %A_ScriptDir%
2#include %A_ScriptDir%\
3
4
5; Revision Information (don't moun)
6#include *i source\_subwcrev1.generated.ahk
7
8; die Compose-Definitionen
9#include *i source\compose.generated.ahk
10#include *i source\compose-tainted.generated.ahk
11#include    source\compose-gen.ahk
12
13; Hier liegt die Tastaturbelegung
14#include    source\keydefinitions.ahk
15
16; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu k�nnen
17#include    source\performance.ahk
18#include    source\shortcuts.ahk
19
20; Good-old AHK-Skripts, enthalten die ersten Key-Hooks f�r Mod-Tasten
21; Achtung: Hinter dem ersten Keyboard-Hook werden keine globalen Variablen
22; mehr gesetzt!
23#include    source\initialize.ahk
24#include    source\resources.ahk
25
26; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
27#include    source\varsfunctions.ahk
28
29; Die Bildschirmtastatur
30#include    source\screenkeyboard.ahk
31#include    source\screenkeyboard_new.ahk
32
33; Mitgelieferte Belegungsvarianten
34#include    source\langstastatur.ahk
35#include    source\einhandneo.ahk
36#include    source\lernmodus.ahk
37#include    source\tools.ahk
38
39; individuelle Einstellungen
40#include *i %A_AppData%\Neo2\custom.ahk
41
42#include    source\tray.ahk
43#include    source\keyhooks.ahk
44#include    source\levelfunctions.ahk
45#include    source\keyboardleds.ahk
46
Note: See TracBrowser for help on using the browser.