AutoHotkey Community

It is currently May 25th, 2012, 9:06 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: February 22nd, 2005, 7:40 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2005, 7:43 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 24th, 2005, 4:49 am 
Offline

Joined: January 15th, 2005, 4:46 am
Posts: 9
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.
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group