AutoHotkey Community

It is currently May 26th, 2012, 1:22 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: May 28th, 2005, 10:05 am 
Offline

Joined: May 9th, 2005, 2:42 am
Posts: 7
In particular, if you have a
Code:
LWin::
return ; disabled
#a::MsgBox ; won't run


Because the windows prefix key was disabled, somehow the #a chord was also disabled.

I've tested the case with keyboard hook running.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2005, 6:38 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
This behavior is by design, mostly due to limitations with the way hotkeys are handled by the OS. However, you can explicitly override this behavior with:

LWin & a::
RWin & a::
MsgBox Forced to run.
return


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 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:
Powered by phpBB® Forum Software © phpBB Group