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 

Prevent LWin from executing (mapped) when used as a modifier

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



Joined: 23 Aug 2008
Posts: 2
Location: http://filiptc.homeip.net

PostPosted: Sat Aug 23, 2008 1:25 am    Post subject: Prevent LWin from executing (mapped) when used as a modifier Reply with quote

Here's the script for opening Launchy (default alt+spacebar) on LWin hit. Problem is, all the Win+D (show desktop), Win+R (run), Win+etc commands send Alt+spacebar too.
How can I prevent that? (I swear I looked through the basic documentation).

Code:
~LWin::
SendInput !{Space}
return
Back to top
View user's profile Send private message
filiptc



Joined: 23 Aug 2008
Posts: 2
Location: http://filiptc.homeip.net

PostPosted: Sat Aug 23, 2008 2:22 am    Post subject: Reply with quote

Hell yes!

Code:
LWin & z::MsgBox Win+Z.
~LWin::
SendInput !{Space}
return


(This thread put me on the right track.)
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