Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
AutoHotkey v1.0.43 released: Send keystrokes faster & more reliably   Message List  
Reply | Forward Message #227 of 528 |
Although this release has been extensively tested and is not expected to
break any existing scripts, several changes were made to the sending of
keystrokes and mouse clicks. If you have any mission-critical scripts that
rely on such features, it is recommended that they be re-tested or that you
wait two weeks for any bugs to get fixed.

Here are the changes for 1.0.43:

Fixed AltGr hotkeys that use Send, such as <^>!m::Send ^c. Also fixed AltGr
remappings such as F1::RAlt [thanks foxer]

Fixed inability of VarSetCapacity to free the memory of a ByRef parameter.
[thanks corrupt]

Fixed hotstring option b0 to show the ending character where you typed it
rather than at the end of the replacement.

Improved the speed and reliability of auto-replace hotstrings by defaulting
them to SendInput mode. There is also a new hotstring option to change the
sending mode.

Improved the reliability of mouse clicks/drags in cases where the user is
physically moving the mouse during the event.

Added commands Click and Send {Click}, which are easier to use than
MouseClick. They also compensate if the left/right mouse buttons have been
swapped via the control panel.

Added command SendMode, which makes Send synonymous with SendInput or
SendPlay rather than the default (SendEvent). It also makes Click and
MouseMove/Click/Drag use the specified method.

Added two new methods for sending keystrokes and mouse clicks: SendInput and
SendPlay. These are generally faster and more reliable. Also, SendPlay
allows keystrokes and hotstrings to be accepted by a broader variety of
games. For details, see:
http://www.autohotkey.com/docs/commands/Send.htm#SendInputDetail
http://www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail


Download it at http://www.autohotkey.com/download/





Tue Mar 28, 2006 2:22 am

cmallett2
Offline Offline
Send Email Send Email

Forward
Message #227 of 528 |
Expand Messages Author Sort by Date

Although this release has been extensively tested and is not expected to break any existing scripts, several changes were made to the sending of keystrokes and...
Chris
cmallett2
Offline Send Email
Mar 28, 2006
2:22 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help