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 

Two Actions, One Key Press

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
w6sx@arrl.net
Guest





PostPosted: Sat Oct 24, 2009 4:07 am    Post subject: Two Actions, One Key Press Reply with quote

I would like the F11 key to send both F11 and escape to the computer. Can I make an AutoHotKey script to do it?

Hank
Back to top
tekkie2412



Joined: 22 May 2007
Posts: 73

PostPosted: Sat Oct 24, 2009 4:31 am    Post subject: Reply with quote

Code:

$F11::
Send, {F11}{ESC}
Back to top
View user's profile Send private message
w6sx@arrl.net
Guest





PostPosted: Sat Oct 24, 2009 2:56 pm    Post subject: Two Actions, One Key Press Reply with quote

tekkie2412, thank you very much. Perfect, exactly what I needed.

Hank
Back to top
Guest






PostPosted: Sat Oct 24, 2009 3:08 pm    Post subject: Reply with quote

Code:
~F11:: Send, {Esc}
Back to top
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