neo-layout/windows/neo-vars/src/neo20-all.ahk

51 lines
1.4 KiB
AutoHotkey

; -*- encoding: utf-8 -*-
SetWorkingDir, %A_ScriptDir%
#include %A_ScriptDir%\
#include util.ahk
; Konfiguration des interpretierten/kompilierten Skriptes
; Lädt optional benutzerdefinierte Skripte (custom.ahk)
#include *i config-iscompiled%A_IsCompiled%.ahk
#include *i config-iscompiled%A_IsCompiled%.generated.ahk
; die Compose-Definitionen
#include compose-parse.ahk
#include compose-gen.ahk
#include *i compose.generated.ahk
#include *i compose-tainted.generated.ahk
; Hier liegt die Tastaturbelegung
#include keydefinitions.ahk
; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu können
#include performance.ahk
#include 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 initialize.ahk
#include resources.ahk
; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
#include varsfunctions.ahk
; Mitgelieferte Belegungsvarianten
#include langstastatur.ahk
#include einhandneo.ahk
#include lernmodus.ahk
#include qwertz.ahk
#include tools.ahk
; Die Bildschirmtastatur
#include screenkeyboard.ahk
; Funktionale Module
#include tray.ahk
#include keyhooks.ahk
#include levelfunctions.ahk
#include keyboardleds.ahk