From 5a85183bf95d702d15c2550389c3ddcb11313d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Fri, 31 Oct 2008 12:30:13 +0000 Subject: =?UTF-8?q?Key-Hooks=20f=C3=BCr=20normale=20Tasten=20ausgelagert?= =?UTF-8?q?=20und=20Funktionen=20in=20recycle.ahk=20umsortiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1072 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/neo20-vars.ahk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'windows/neo-vars/neo20-vars.ahk') diff --git a/windows/neo-vars/neo20-vars.ahk b/windows/neo-vars/neo20-vars.ahk index 7601925..d5f9532 100644 --- a/windows/neo-vars/neo20-vars.ahk +++ b/windows/neo-vars/neo20-vars.ahk @@ -13,9 +13,13 @@ Comp := "" ; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu können #Include %a_scriptdir%\shortcuts.ahk -; Good-old AHK-Skripts +; 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 AllStar(This_HotKey) { global -- cgit v1.2.3