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 

Problems with a Hot Key

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



Joined: 19 Feb 2006
Posts: 8

PostPosted: Sat Jun 30, 2007 2:51 am    Post subject: Problems with a Hot Key Reply with quote

I made a Hotkey to replace the alt+F4 function in windows with alt+q

Code:

!q::send, !{F4}


Now the alt+tab function is very sketchy any solutions?
Back to top
View user's profile Send private message
selioneru



Joined: 19 Feb 2006
Posts: 8

PostPosted: Sat Jun 30, 2007 3:16 pm    Post subject: Figured it out :-) Reply with quote

!q::
send, !{F4}
KeyWait !
return
Back to top
View user's profile Send private message
Display posts from previous:   
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