Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
-
SYSTEM
- Posts: 1961
- Joined: Sat Jul 31, 2010 1:19 am
- Location: Helsinki, Finland
#31
Post
by SYSTEM » Sun Jul 12, 2015 2:14 am
lintalist wrote:1.1.22.03 - July 12, 2015
Fixed A_EndChar returning a truncated value for Unicode end chars.
Small implementation changes:
- Changed A_Language to use GetSystemDefaultUILanguage().
- Refactored Window Spy/help file launching from tray menu to improve code re-use.
- Optimized Gui/Menu/Hotkey/Hotstring/OnClipboard message handling (minor).
Source:
http://ahkscript.org/docs/AHKL_ChangeLog.htm
Entry updated.

-
lintalist
- Posts: 315
- Joined: Sat Apr 19, 2014 12:52 am
-
Contact:
#32
Post
by lintalist » Thu Sep 10, 2015 1:30 am
AutoHotkey v1.1.22.05 - September 10, 2015
- Fixed icons which have non-numeric IDs loading with sub-optimal quality.
- Fixed Gui Destroy not releasing function objects which were set by the +g option.
- Fixed Gui Show to avoid attempting to force-activate a child GUI.
- Fixed failure to set Caps/Num/ScrollLock state while the key is down.
- Fixed Gui Color causing incorrect text color (usually black).
- Changed Gui Show to improve the odds of GuiSize executing immediately.
Source:
https://github.com/Lexikos/AutoHotkey_L ... v1.1.22.05
No doubt changelog will be updated as well
http://ahkscript.org/docs/AHKL_ChangeLog.htm
-
lintalist
- Posts: 315
- Joined: Sat Apr 19, 2014 12:52 am
-
Contact:
#33
Post
by lintalist » Sat Jan 16, 2016 1:28 am
AutoHotkey v1.1.23.00 - January 16, 2016
- Added Menu Insert sub-command.
- Added MenuGetHandle().
- Added MenuGetName().
- Added menu item options: Radio, Right, Break and BarBreak.
- Improved the Menu command to allow identifying items by position: 1&
- Added LoadPicture().
- Added hicon/hbitmap: syntax for passing handles to commands which normally load an image from file.
- Added built-in variables: A_CoordModeToolTip/Pixel/Mouse/Caret/Menu, A_DefaultGui, A_DefaultListView, A_DefaultTreeView, A_KeyDelayPlay, A_KeyDuration/Play, A_MouseDelayPlay, A_SendLevel, A_SendMode and A_StoreCapslockMode.
- Added Ix Hotkey option to set the hotkey variant's input level to x.
- Improved Picture control to support BackgroundTrans with icons.
- Improved Picture control to reduce flicker when loading large images.
- Small optimizations to the menu code and built-in var lookups.
- Fixed conversion of menu items to/from separators.
- Fixed A_ThisMenuItemPos to support duplicate item names.
- Fixed sub-menus sometimes not being recreated after a menu is deleted.
- Fixed AutoHotkeyXXX.exe to launch AutoHotkey.chm, not AutoHotkeyXXX.chm.
Source:
https://autohotkey.com/download/
https://github.com/Lexikos/AutoHotkey_L ... v1.1.23.00
https://autohotkey.com/docs/AHKL_ChangeLog.htm
-
SYSTEM
- Posts: 1961
- Joined: Sat Jul 31, 2010 1:19 am
- Location: Helsinki, Finland
#34
Post
by SYSTEM » Sat Jan 16, 2016 1:41 am
lintalist wrote:AutoHotkey v1.1.23.00 - January 16, 2016
Entry updated.

-
lintalist
- Posts: 315
- Joined: Sat Apr 19, 2014 12:52 am
-
Contact:
#37
Post
by lintalist » Sat Mar 12, 2016 1:21 am
Updated entry to v1.1.23.03
1.1.23.03
- Fixed __Delete meta-functions erroneously suppressing or prematurely re-throwing exceptions, when they are called during exception propagation.
- Fixed load-time detection of function calls where a required parameter is blank, as in fn(x,,y).
1.1.23.02
- Fixed RegDelete deleting the entire key instead of the default value.
- Code maintenance; minor code size improvement.
https://autohotkey.com/docs/AHKL_ChangeLog.htm
-
smaragdus
- Posts: 2120
- Joined: Sat Jun 22, 2013 3:24 am
- Location: Aeaea
#39
Post
by smaragdus » Thu Oct 13, 2016 3:36 am
AutoHotkey at version
1.1.24.02,
changes and
downloads. There is also another change- now all standalone versions (once named
ANSI 32-bit,
Unicode 32-bit,
Unicode 64-bit) come in one single archive, something I do not like.
-
lintalist
- Posts: 315
- Joined: Sat Apr 19, 2014 12:52 am
-
Contact:
#40
Post
by lintalist » Fri Feb 03, 2017 1:12 pm
I updated the description.
The description still had a reference to AutoIt2 "The scripting language used is mostly backward compatible with AutoIt2 scripts." but that has been removed in v1.1.09: "AutoIt scripts are no longer supported." Source
https://autohotkey.com/docs/misc/AutoIt2Compat.htm
Edit: also removed "with included macro recorder" as that is also no the case for many years now.
-
webfork
- Posts: 9673
- Joined: Wed Apr 11, 2007 8:06 pm
- Location: US, Texas
-
Contact:
#41
Post
by webfork » Fri Feb 03, 2017 11:57 pm
lintalist wrote:I updated the description.
Good stuff, thanks.
-
lintalist
- Posts: 315
- Joined: Sat Apr 19, 2014 12:52 am
-
Contact:
#42
Post
by lintalist » Sat Feb 04, 2017 3:04 am
Added a note - Pulover's Macro Creator can be used as a macro recorder and includes an "Export to AHK" function.
-
Midas
- Posts: 5651
- Joined: Mon Dec 07, 2009 7:09 am
- Location: Sol3
#43
Post
by Midas » Fri Apr 13, 2018 7:11 am
Something that may interest users of
AutoHotkey -- who are probably aware of it anyway, so this is only FTR since there's no mention of it around TPFC:
AutoGUI is an Integrated Development Environment for AutoHotkey which combines a script editor with a GUI designer, debugger and tools.
-
denilama
- Posts: 12
- Joined: Mon Feb 26, 2018 8:55 am
- Location: Quebec, Canada
-
Contact:
#44
Post
by denilama » Fri Apr 13, 2018 8:49 am
AutoHotkey has no limits when it comes to automation in Windows, but for many users who may only need simple keyboard shortcuts, installing and learning AutoHotkey, and keeping up to date, can be overkill. ShortKeeper can be used to manage an AutoHotkey-based system in a way most non-programmers will find remarkably user-friendly and effective. And it’s also free:
https://cedeq.com/shortkeeper/en