summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/neo20-all.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/neo20-all.ahk')
-rw-r--r--windows/neo-vars/src/neo20-all.ahk19
1 files changed, 16 insertions, 3 deletions
diff --git a/windows/neo-vars/src/neo20-all.ahk b/windows/neo-vars/src/neo20-all.ahk
index 1c2c776..5a81983 100644
--- a/windows/neo-vars/src/neo20-all.ahk
+++ b/windows/neo-vars/src/neo20-all.ahk
@@ -22,12 +22,25 @@ SetWorkingDir, %A_ScriptDir%
; 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
-#include source\screenkeyboard.ahk
-; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
-#include source\varsfunctions.ahk