Here are the changes: Fixed %A_WorkingDir% on Windows 9x, which was sometimes blank. [thanks Points] Improved BlockInput with a new mode that blocks only...
Here are the changes: Fixed OnClipboardChange to work even when the script is displaying a MsgBox or other dialog. Fixed FileCreateDir not to report ErrorLevel...
Here are the changes: Fixed StatusBar's grabbing of UpDowns that are added after it. [thanks Tekl] Changed Round() to display exactly N decimal places rather...
hi,guys: I am a first to use the sutohotkey language .but now ,I have some question need your help: first : I don't know how to run the script ,I created a...
; ::#space::run www.google.com Not this way #space:: run www.google.com ; FYI the semi colon is a comment line ; If you you more than one line for a hot key ;...
Here are the changes: Fixed FileExist() to report "X" rather than "" for files whose attributes are all undefined. [thanks Peter] Fixed Tab controls so that...
I am also new to this forum and just started using AHK. My use of AHK is in working with multimedia type files and directories. Just now beginning to think...
Your best bet will be to ask on the forums - glad you've already found Titan's functions there. AFAIK, you can use the forums without having to login, though...
Here are the changes: Fixed double-colon warning dialog appearing upon launch of certain scripts. (broken by 1.0.44.03) Fixed combination hotkeys like "a & b"...
Here are the changes: Fixed mouse movement being off by 1 pixel for coordinates very near 0 (broken by 1.0.43). Changed and improved remapping-to-modifier...
(This version was released two days ago. Sorry for the delayed notice.) Here are the changes: Fixed stack overflow when a registry-loop traverses deeply nested...
I run Word Perfect. I also have an audio program. I made F9 be Alt p because Alt P plays my audio program so I can type. But when WordPerfect is open I get...
Here are the changes: Fixed "Gui Show" not to unmaximize a window unless the options require it. Fixed GuiControl's +/-Left/Right for buttons, checkboxes, and...
Here are the changes: Fixed hook hotkeys like $^b not to fire twice when a similar, key-up hotkey exists (like "#b up" ). [thanks Newbie] Fixed one too many...
I want to automate running reports in a Progress database. The main menu uses class ProMainWin with a specific Title. If a menu choice is selected and run,...
You can use SetTimer or a Loop that calls "WinGet Count" repeatedly until the count goes above 1. If you need further assistance, it's best to search and/or...
Here are the changes: Fixed OnMessage() when called from inside a monitor function for the purpose of disabling some other monitor. [thanks Hardeep] ...
Here are the changes: Fixed FileSelectFolder and TreeView to respond properly to mouse clicks when timers are running. Fixed inability of OnMessage() to...
Here are the changes: Fixed timers interfering with double-clicks in FileSelectFile. [thanks DJAnonimo] Fixed mouse hook causing a delay when pressing a GUI...
Hi everyone! I'm new using autohotkey. Some times don't remember any hot key and I would like to show a list of the hot keys and their function. "menu, view,...
Hi David, There's at least one topic on the forum that might be useful: http://www.autohotkey.com/forum/topic215.html If it's not exactly what you want, try...
Hi everyone: Trying to turn the monitor off I used: ..................................... ^!m:: SendMessage, 0x112, 0xF170, 2,, Program Manager Sleep 4000 ...
Dear *David*, *you wrote:* But It doesn't seem to work ok, the monitor turns off for half a second and then is back on. Any Idea? Try including a small delay...
Hi David, I had that trouble too - the problem is when you let go of the hotkey, you turn it back on by your activity (computers are faster than humans). The...