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 

hotkey CTRL + ALT + WIN (only)

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





PostPosted: Wed Apr 11, 2007 9:28 am    Post subject: hotkey CTRL + ALT + WIN (only) Reply with quote

Hi,
can you help me?
HOw can I set hotkey CTRL + ALT + WIN?

I try:

!^#::
....
return

but it does not work. Please, help me...

thank Smile
Back to top
bold



Joined: 20 Apr 2006
Posts: 15

PostPosted: Wed Apr 11, 2007 10:18 am    Post subject: Reply with quote

I only have a left windows key on my notebook.

This works for me:
Code:
^!LWin:: MsgBox, Ctrl-Alt-Win


For both Win keys try:
Code:

^!LWin::
^!RWin::
MsgBox, Ctrl-Alt-Win
Return
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