| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Tue Aug 10, 2004 12:43 am Post subject: Pre-1.0.18 Changes |
|
|
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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Thu Aug 12, 2004 10:53 pm Post subject: |
|
|
| Fixed support for diacritic and other characters, which was broken in v1.0.16/17. [thanks jordi] |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Fri Aug 13, 2004 12:55 pm Post subject: |
|
|
okay its a bit late, but i didn't get much time earlier. A_CaretX & Y work great! thanx. _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Aug 15, 2004 3:33 am Post subject: |
|
|
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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Mon Aug 16, 2004 3:51 pm Post subject: |
|
|
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 |
|
 |
|