AutoHotKey Version 1.0.44.08

Submit updates of portable freeware that are already listed in the database.
Post Reply
Message
Author
User avatar
AlephX
Posts: 664
Joined: Thu May 11, 2006 10:53 pm
Contact:

AutoHotKey Version 1.0.44.08

#1 Post by AlephX »

http://www.autohotkey.com/

minor update? Anyway, just to remember:
AutoHotkey is a free, open-source utility for Windows. With it, you can:

Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
Create custom data entry forms, user interfaces, and menu bars. See GUI for details.
Remap keys and buttons on your keyboard, joystick, and mouse.
Respond to signals from hand-held remote controls via the WinLIRC client script.
Run existing AutoIt v2 scripts and enhance them with new capabilities.
Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.
In this update
1.0.44.08 - July 25, 2006
Fixed "Gui Show" not to unmaximize a window unless the options require it.

Fixed GuiControl's +/-Left/Right for buttons, checkboxes, and radios.

Fixed UpDown creation to widen its buddy only when the buddy had no explicit width.

Improved MsgBox/IfMsgBox to support Cancel/Try Again/Continue, as well as a Help button.

Post Reply