forked from autohotkey-docs-translation/v1-de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoHotkey.htm
58 lines (55 loc) · 3.39 KB
/
AutoHotkey.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Kurzübersicht | AutoHotkey</title>
<meta name="description" content="Diese Seite enthält Informationen über die aktuell verwendete Version, die Autoren, die Lizenz und einen schnellen Überblick über die Dokumentation." />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="static/theme.css" rel="stylesheet" type="text/css" />
<script src="static/content.js" type="text/javascript"></script>
<script src="static/ga.js" type="text/javascript"></script>
</head>
<body>
<a id="ahklogo" href="https://www.autohotkey.com" target="_blank"><img src="static/ahk_logo.svg" onerror="this.src='static/ahk_logo.png'; this.onerror=null;" alt="AutoHotkey"></a>
<h1>Version <a href="AHKL_ChangeLog.htm"><!--ver-->1.1.33.02<!--/ver--></a></h1>
<p>Eine deutsche Übersetzung von <a href="https://autohotkey.com/docs/">https://autohotkey.com/docs/</a> (siehe <a href="https://autohotkey.com/boards/viewtopic.php?f=9&t=43">hier</a> für mehr Details).</p>
<p>©2003-2014 Chris Mallett, und zum Teil ©<a href="https://www.autoitscript.com/">AutoIt-Team</a> und die AHK-Community</p>
<p style="font-size:85%">Software-Lizenz: <a href="license.htm">GNU General Public License</a></p>
<h2>Kurzübersicht</h2>
<p>Erste Schritte:</p>
<ul>
<li><a href="Program.htm">Wie nutzt man das Programm</a></li>
<li><a href="Tutorial.htm">Tutorial für Anfänger</a></li>
<li><a href="commands/Edit.htm#Editors">Text-Editoren mit AutoHotkey-Unterstützung</a></li>
<li><a href="FAQ.htm">Häufig gestellte Fragen (FAQ)</a></li>
</ul>
<p>Skripte:</p>
<ul>
<li><a href="Concepts.htm">Konzepte und Konventionen</a>: Erklärungen zu verschiedenen Dingen, die Sie wissen müssen.</li>
<li><a href="Language.htm">Skriptsprache</a>: Wie man Skripte schreibt.</li>
<li><a href="Scripts.htm">Verschiedene Themen</a></li>
<li><a href="commands/index.htm">Befehls- und Funktionsliste</a></li>
<li><a href="Variables.htm">Variablen und Ausdrücke</a></li>
<li><a href="Functions.htm">Funktionen</a></li>
<li><a href="Objects.htm">Objekte</a></li>
<li><a href="Scripts.htm#idebug">Interaktives Debuggen</a></li>
</ul>
<p>Tastatur und Maus:</p>
<ul>
<li><a href="Hotkeys.htm">Hotkeys (Maus-, Joystick- und Tastatur-Tastenkombinationen)</a></li>
<li><a href="Hotstrings.htm">Hotstrings und Automatisches Ersetzen</a></li>
<li><a href="misc/Remap.htm">Neubelegung von Tasten</a></li>
<li><a href="KeyList.htm">Tastenliste (Tastatur, Maus und Joystick)</a></li>
</ul>
<p>Anderes:</p>
<ul>
<li><a href="commands/DllCall.htm">DllCall()</a></li>
<li><a href="misc/RegEx-QuickRef.htm">RegEx-Kurzübersicht</a></li>
<li><a href="Compat.htm">Skript-Kompatibilität</a> - für Benutzer von AutoHotkey 1.0</li>
</ul>
<h2>Danksagungen</h2>
<p>Dank der großzügigen Aktion von Jonathan Bennett im Jahr 1999, AutoIt v2 als frei verfügbare Software zu veröffentlichen, diente es mir und vielen anderen weltweit als Inspiration und Zeitersparnis. Darüber hinaus wurden viele AutoHotkey-Verbesserungen am AutoIt-v2-Befehlssatz, auch an Window Spy und dem alten Skript-Compiler, direkt vom AutoIt-v3-Quellcode übernommen. Daher Danke an Jon und den anderen AutoIt-Autoren.</p>
<p>Außerdem wäre AutoHotkey ohne <a href="misc/Acknowledgements.htm">diesen Leuten</a> nicht, was es heute ist.</p>
<p><em>~ Chris Mallett</em></p>
</body>
</html>