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 

control and windows key simultaneously

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
pantagruel



Joined: 08 Oct 2006
Posts: 67
Location: denmark

PostPosted: Mon May 19, 2008 12:57 pm    Post subject: control and windows key simultaneously Reply with quote

Hi,

I'm trying to catch Windows and Control key simultaneously, but ^# doesn't do it:

^#::
MsgBox,"ok"
Return

how does one catch these two keys simultaneously, and why is the above not doing anything?
Back to top
View user's profile Send private message
Icarus



Joined: 24 Nov 2005
Posts: 441

PostPosted: Mon May 19, 2008 1:00 pm    Post subject: Reply with quote

Code:
^LWin::Msgbox Hello


# is used to say "win key as a modifier"
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
pantagruel



Joined: 08 Oct 2006
Posts: 67
Location: denmark

PostPosted: Mon May 19, 2008 1:05 pm    Post subject: thanks, I just figured out what I was doing wrong as well Reply with quote

Cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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