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 

Macro to Quit Windows Applications

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



Joined: 22 Apr 2008
Posts: 1

PostPosted: Tue Apr 22, 2008 5:13 pm    Post subject: Macro to Quit Windows Applications Reply with quote

I'd like to create a macro hot key to exit from Windows applications. As you know, the current way is to go to the "File" menu and pull down to "Exit", select it and the program quits.

I hate this.

I'd like to find a FAST AND EASY way to do this with a macro.

Any help would be appreciated.

Thanks,

Brad
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Apr 22, 2008 5:23 pm    Post subject: Reply with quote

Code:
Esc:: Send !{F4}
Back to top
Elesar



Joined: 28 Jun 2007
Posts: 98

PostPosted: Tue Apr 22, 2008 7:03 pm    Post subject: Reply with quote

Anonymous wrote:
Code:
Esc:: Send !{F4}


This should work quite well, as windows built in hotkey for quitting the active application is Alt+F4, or you could just press ALT+F4 Razz
Back to top
View user's profile Send private message
badmojo



Joined: 11 Nov 2005
Posts: 150

PostPosted: Wed Apr 23, 2008 7:56 am    Post subject: Reply with quote

also take a look here. might come in handy.
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