AutoHotkey Community

It is currently May 27th, 2012, 11:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Pre-1.0.18 Changes
PostPosted: August 10th, 2004, 12:43 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed "CoordMode Caret" so that it uses its own setting rather than that of "CoordMode ToolTip".

Fixed A_CaretX & Y so that they are always both blank if there is no active window or if the position could not be determined.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 12th, 2004, 10:53 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Fixed support for diacritic and other characters, which was broken in v1.0.16/17. [thanks jordi]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 13th, 2004, 12:55 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
okay its a bit late, but i didn't get much time earlier. A_CaretX & Y work great! thanx.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 15th, 2004, 3:33 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
There have been far too many reports of sticking keys to ignore, so I've made a change that should hopefully all but eliminate this issue. If sticking modifier keys or unexpected hotkey firings affect you, please give this changed version a try. If you notice that anything is significantly better or worse, please let me know.

The following change has been applied to the installer at http://www.autohotkey.com/download/

Fixed sticking modifier keys (CTRL, ALT, SHIFT, and WIN) -- at least in some cases. This should help prevent hook hotkeys from unexpectedly firing when the user isn't even holding down any modifier keys. The fix operates by correcting the hook's modifier state whenever it disagrees with what the OS says it should be.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2004, 3:51 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer at http://www.autohotkey.com/download/

Fixed some problems with neutral modifier keys (Shift, Control, Alt) that are used as both a prefix and suffix such as in this example:
Shift & Capslock::MsgBox You pressed Capslock while holding down the either Shift key.
Shift::MsgBox You released either Shift key without having used it to modify another key.

Changed the Input command so that the user can toggle CapsLock/NumLock/ScrollLock during an invisible Input.

Added built-in variable A_ThisMenuItemPos, which is a number indicating the current position of A_ThisMenuItem within A_ThisMenu.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 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