AutoHotkey 1.1: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Sobriquet moved page AutoHotkey L to AutoHotkey 1.1: nicer name)
(Added relevant links and history)
Line 1: Line 1:
{{implementation|AutoHotkey}}
{{implementation|AutoHotkey}}
AutoHotkey_L was the name of the de-facto version of AutoHotkey maintained by Lexikos. It is now simply referred to as "AutoHotkey 1.1".
The official version of AutoHotkey (AHK). Formerly AutoHotkey_L (AHK_L), it is now simply referred to as "AutoHotkey 1.1".

[[AutoHotkey_Basic]] is the name of the original version by Chris Mallot; it's no longer maintained.<br>
The original creator of AHK, Chris Mallett, released his last version - version 1.0.48.05 - in mid 2009, having lost interest. Lexikos (also known as Steve Gray) had already begun developing a fork that was at the time named AHK_L. AHK_L quickly became the de-facto official version of AutoHotkey. Much long-desired functionality such as Unicode, COM, arrays/objects and more was implemented; some of which was implemented by fellow community members.
[http://ahkscript.org/ homepage]<br>

[http://ahkscript.org/boards/ discussion]<br>
After consultation with the community, AutoHotkey_L became the official branch and now has been renamed to "AutoHotkey" or AHK 1.1 to be specific. Lexikos officially became the AHK maintainer.<br>
author: [http://ahkscript.org/boards/memberlist.php?mode=viewprofile&u=77 Lexikos]

== Main Links ==
[http://ahkscript.org/ Website]<br>
[http://ahkscript.org/download/ Download]<br>
[http://ahkscript.org/boards/memberlist.php?mode=viewprofile&u=77 Lexikos] · Currently the main author of AHK<br>

== Documentation & Tutorials ==
[http://ahkscript.org/docs/ Documentation] ([http://ragnar-f.github.com/docs de] - [http://ahkcn.sourceforge.net/docs 帮助])<br>
[http://ahkscript.org/boards/viewforum.php?f=7 Community tutorials] · ahkscript.org<br>
[http://www.autohotkey.com/board/forum/61-tutorials/ Community tutorials] · autohotkey.com<br>
[http://www.youtube.com/user/ahkTuts YouTube AutoHotkey tutorials]<br>
[http://maul-esel.github.io/ahkbook/index.html Book] · Work in progress.<br>
[http://ahkwiki.net/ 日本語 AutoHotkey Wiki] · Japanese.<br>

== Communities ==
[http://ahkscript.org/boards/ AHKScript.org forum] ([http://ahkscript.org/boards/viewforum.php?f=8 de], [http://ahkscript.org/boards/viewforum.php?f=26 中文]) <br>
[http://www.autohotkey.com/board AutoHotkey.com forum] ([http://www.autohotkey.com/board/forum/62-deutsch-german/ de])<br>
[http://stackoverflow.com/questions/tagged/autohotkey Stackoverflow]<br>
[http://forum.script-coding.com/viewforum.php?id=13 Русскоязычный форум] · Russian, forum.script-coding.com<br>
[http://www.autohotkey.co.kr/ 한국어/조선말] · Korean, autohotkey.co.kr<br>

== Source Code (at Github) ==
[https://github.com/Lexikos/AutoHotkey_L AutoHotkey source code]<br>
[https://github.com/Lexikos/AutoHotkey_L-Docs AutoHotkey documentation] ([https://github.com/Ragnar-F/ragnar-f.github.com de])<br>
[https://github.com/fincs/Ahk2Exe ahk2exe source code]<br>
[https://github.com/Lexikos/AutoHotkey_L/tree/alpha AutoHotkey v2] · Alpha stage<br>
[http://ahkscript.github.io/ AHKScript Github organisation]<br>

== Forks ==
[http://www.autohotkey.net/~HotKeyIt/AutoHotkey/ AutoHotkey.dll + AHK_N + AHK_H]<br>
[http://www.autohotkey.com/forum/topic27146.html Pocket PCs] · WinCE<br>
[http://www.autohotkey.com/forum/viewtopic.php?t=54494 IronAHK] · .NET rewrite (cross-platform, alpha stage)<br>

== Other ==
[[AutoHotkey_Basic]] · The original version by Chris Mallett which is no longer maintained<br>
[http://ahkscript.org/foundation/history.html History] · Summary of the drama following Chris Mallett's retirement from AHK

Revision as of 05:12, 6 September 2014

AutoHotkey 1.1 is an implementation of AutoHotkey. Other implementations of AutoHotkey.

The official version of AutoHotkey (AHK). Formerly AutoHotkey_L (AHK_L), it is now simply referred to as "AutoHotkey 1.1".

The original creator of AHK, Chris Mallett, released his last version - version 1.0.48.05 - in mid 2009, having lost interest. Lexikos (also known as Steve Gray) had already begun developing a fork that was at the time named AHK_L. AHK_L quickly became the de-facto official version of AutoHotkey. Much long-desired functionality such as Unicode, COM, arrays/objects and more was implemented; some of which was implemented by fellow community members.

After consultation with the community, AutoHotkey_L became the official branch and now has been renamed to "AutoHotkey" or AHK 1.1 to be specific. Lexikos officially became the AHK maintainer.

Main Links

Website
Download
Lexikos · Currently the main author of AHK

Documentation & Tutorials

Documentation (de - 帮助)
Community tutorials · ahkscript.org
Community tutorials · autohotkey.com
YouTube AutoHotkey tutorials
Book · Work in progress.
日本語 AutoHotkey Wiki · Japanese.

Communities

AHKScript.org forum (de, 中文)
AutoHotkey.com forum (de)
Stackoverflow
Русскоязычный форум · Russian, forum.script-coding.com
한국어/조선말 · Korean, autohotkey.co.kr

Source Code (at Github)

AutoHotkey source code
AutoHotkey documentation (de)
ahk2exe source code
AutoHotkey v2 · Alpha stage
AHKScript Github organisation

Forks

AutoHotkey.dll + AHK_N + AHK_H
Pocket PCs · WinCE
IronAHK · .NET rewrite (cross-platform, alpha stage)

Other

AutoHotkey_Basic · The original version by Chris Mallett which is no longer maintained
History · Summary of the drama following Chris Mallett's retirement from AHK