| View previous topic :: View next topic |
| Author |
Message |
Icfu
Joined: 24 Jul 2005 Posts: 27 Location: Rheinland
|
Posted: Wed Aug 22, 2007 4:43 pm Post subject: ~Up event eats down event (bug invented in 1.0.47.02) |
|
|
This example code will eat the mouse click in all windows!
| Code: | #IfWinActive, non_existing_window
~LButton Up:: ; you can also use ~a UP:: and the like
Return |
1. The window doesn't exist, so why is the click handled at all?
2. The tilde would allow mouse click nevertheless, even if window existed.
3. I suppose it has something to do with this change in 1.0.47.02:
| Quote: | | Fixed wildcard hotkeys not to acquire tilde behavior when the same hotkey exists in the script with a tilde. [thanks Lexikos] |
Edit: I found 1.0.47.01 and 1.0.47.02 here – official AHK mirror doesn't have them unfortunately -- so I could test:
http://www.mirrorservice.org/sites/dl.sourceforge.net/pub/sourceforge/a/ah/ahk/
Icfu _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
|
| Back to top |
|
 |
Icfu
Joined: 24 Jul 2005 Posts: 27 Location: Rheinland
|
Posted: Fri Aug 24, 2007 4:12 am Post subject: |
|
|
Overlooked that, sorry...
Icfu _________________
 |
|
| Back to top |
|
 |
|