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 

Disabling of hotkey chord key

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
kobyashi



Joined: 09 May 2005
Posts: 7

PostPosted: Sat May 28, 2005 9:05 am    Post subject: Disabling of hotkey chord key Reply with quote

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


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Sat May 28, 2005 5:38 pm    Post subject: Reply with quote

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
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 -> Bug Reports All times are GMT
Page 1 of 1

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


Powered by phpBB © 2001, 2005 phpBB Group