root/windows/autohotkey/Source/All.ahk @ 770

Revision 770, 1.0 KB (checked in by dennis, 5 years ago)

Schriftenhinweis aus der compose_und_deadkeys.txt in die Readme.txt versetzt.

Line 
1/*
2   ------------------------------------------------------
3   Liste der Module
4   
5   Die Reihenfolge der Includes *ist* relevant!
6   
7   Siehe auch:
8   http://www.autohotkey.com/docs/commands/_Include.htm
9
10   ------------------------------------------------------
11*/
12
13
14#Include %a_scriptdir%\Warning.ahk
15#Include %a_scriptdir%\Changelog-and-Todo.ahk
16#Include %a_scriptdir%\Global-Part.ahk
17#Include %a_scriptdir%\Methods-Layers.ahk
18#Include %a_scriptdir%\Keys-Qwert-to-Neo.ahk
19#Include %a_scriptdir%\Keys-Neo.ahk
20#Include %a_scriptdir%\Methods-Lights.ahk
21#Include %a_scriptdir%\Methods-Other.ahk
22#Include %a_scriptdir%\Methods-Unicode.ahk
23#Include %a_scriptdir%\Methods-ScreenKeyboard.ahk
24
25; Eines sch�nen Tages sollten auch die Compose-Kombinationen automatisch aus der Referenz erzeugt werden. Derzeitig gibt es nur den (h�chst instabilen und experimentellen!) Compose-Playground:
26;#Include *i %a_scriptdir%\..\Compose\Compose-all-in-one.ahk
27
Note: See TracBrowser for help on using the browser.