If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Although this release has been...
Hello there, Try visiting this well listed Directory on Computers and Internet! ... Here is the link http://hi-fiweb.com/co Hoping to learn a lot from other...
Important: Some internal changes were made to the Send command. If any of your scripts rely on the subtle differences between the left, right, and neutral...
Here are the changes: Fixed Hotstrings and Input so that the user's press of Ctrl+Alt as a substitute for AltGr is not disrupted. [thanks Laszlo] Fixed...
Here are the changes: Fixed double syntax error for a bad function call in a block. Improved "Process, Exist" to fetch the script's own PID when no other ...
I have a script that runs well and I can loop it, but I would like a msgbox to appear and ask me how many times to loop. I can not find any help in HELP. ...
Here is an example. InputBox, timestoloop, How many times?, How many times do you want to loop? Loop, %timestoloop% { MsgBox, Loop %a_index% of %timestoloop% }...
Here are the changes: Fixed inability of WinGetText and "WinGet ControlList" to output to Clipboard. Fixed inability to retrieve Clipboard more than once in...
If you happened to have downloaded today's release (1.0.37.03), it introduced some serious bugs affecting the Send command's ability to send modifier keys and...
I am new to Autohotkey's app Is it possible to assign the hot key combination itunes to executing itunes program... if so..any example would be great Anthohny...
HELP REQUIRED FOR WALLPAPER CHANGER WRITTEN IN AUTOHOTKEY! I am an Hobbyist photographer and have 5000+ Jpeg files dumped in a very deep Directory structure. I...
Have you tried if it works right-clicking the desktop and selecting Refresh menu item? If it works, I think you could script these actions using AHK......
Hello, AutoHotKey is a great tool. Many thanks to the development team ! Has someone already encountered the following issue? I've defined a list of...
... file, AutoHotKey deletes the "^" I type and I can't have the french accented characters with a hat (^). Do you use multiple languages or keyboard layouts...
Chris and all, I've cried victory too soon. Typing ^e sometimes produces ê, sometimes e ! I've attached the summary of my trials. What are the parameters I...
Here are the changes: Fixed the Input command to properly capture keystrokes sent by a hotkey or hotstring for which the user is physically holding down SHIFT,...
The last change below may impact scripts that use the keyboard or mouse hook. If you have any mission-critical scripts that rely on them, it is recommended...
Great! Is there any way to put ended signs in a text processor environment? E.g., when Im using an IDE for programming, I would like to close the character (...
since installing .39 I keep getting the following message when giving focus to my vmware session: 71 hotkeys have been received in the last 1110 ms Do you want...
... focus to my vmware session: 71 hotkeys have been received in the last 1110 ms Do you want to continue? That warning dialog is usually caused by a hotkey...
It works very well for me. Thank you! Saludos, Germn Blando Chris escribi: ... character ( with a ) automatically. The same with characters [], {}, ... These...
Here are the changes: Fixed the mouse and keyboard hooks so that failure to activate them behaves correctly. Changed the Send command for Russian and other...
(This version was released a few days ago; sorry for the delayed e-mail.) Here are the changes: Fixed "Transform HTML", which was broken by v1.0.40.02. [thanks...
Here are the changes: Fixed expressions such as "If not Installed" not to be misinterpreted as "If not in List". [thanks Toralf] Fixed certain unusual...