AutoHotkey Community

It is currently May 25th, 2012, 3:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: August 22nd, 2007, 4:43 pm 
Offline

Joined: July 24th, 2005, 4:29 am
Posts: 27
Location: Rheinland
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.s ... /a/ah/ahk/

Icfu

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2007, 3:07 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
This was already reported at www.autohotkey.com/forum/viewtopic.php?t=21793

It will be fixed in the next release; I just haven't had much time lately.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 24th, 2007, 4:12 am 
Offline

Joined: July 24th, 2005, 4:29 am
Posts: 27
Location: Rheinland
Overlooked that, sorry...

Icfu

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


You can 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:
cron
Powered by phpBB® Forum Software © phpBB Group