| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Tue Feb 22, 2005 6:40 pm Post subject: v1.0.28 released: custom pause/suspend tray icons, ahk_pid |
|
|
Here are the changes for v1.0.28:
FileAppend's text parameter may be omitted to create an empty file or update the timestamp of an existing file. [thanks JSLover]
The following change from v1.0.26 was undone because it is not needed: "Changed hotkeys such as "a & b::" to be seen as "~a & b::" if "~a::" also exists as a hotkey." In such a case, the hotkey "~a::" causes an A keystroke to be sent whenever A wasn't held down to modify another key such as B.
Improved SoundPlay to play standard system sounds (hand, question, exclamation, and asterisk). [thanks Mythos]
Improved the tray icon to optionally be unaffected by Pause and Suspend. The icon can be "frozen" by specifying 1 as the last parameter of the Menu command. Example: Menu, Tray, Icon, C:\My Icon.ico, , 1
Added ahk_pid as a way to find window(s) matching a process identifier (PID). Example: WinClose ahk_pid %VarContainingPID% ; Closes only the first matching window.
Added command SoundBeep, which emits a tone from the PC speaker. [thanks Tekl]
Added support for hotkeys that fire upon release of a key. Examples:
*LWin::Send {LControl down}
*LWin up::Send {LControl up}
^!r up::MsgBox You pressed and released Ctrl+Alt+R.
http://www.autohotkey.com/download/ |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Tue Feb 22, 2005 6:43 pm Post subject: |
|
|
| Quote: | Added support for hotkeys that fire upon release of a key. Examples:
*LWin::Send {LControl down}
*LWin up::Send {LControl up}
^!r up::MsgBox You pressed and released Ctrl+Alt+R. |
That is awesome. Along with pid, this is a nice release. |
|
| Back to top |
|
 |
Kijuto Riddle
Joined: 15 Jan 2005 Posts: 9
|
Posted: Thu Feb 24, 2005 3:49 am Post subject: |
|
|
I agree! This is a very nice release of AHK! Happy birthday to 1.0.28! _________________ I'll pick my own name, and my own life.
So I can live my own life in my own way.
 |
|
| Back to top |
|
 |
|