AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Pre-1.0.18 Changes

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Tue Aug 10, 2004 12:43 am    Post subject: Pre-1.0.18 Changes Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Aug 12, 2004 10:53 pm    Post subject: Reply with quote

Fixed support for diacritic and other characters, which was broken in v1.0.16/17. [thanks jordi]
Back to top
View user's profile Send private message Send e-mail
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Fri Aug 13, 2004 12:55 pm    Post subject: Reply with quote

okay its a bit late, but i didn't get much time earlier. A_CaretX & Y work great! thanx.
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sun Aug 15, 2004 3:33 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Aug 16, 2004 3:51 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group