Script Esc combined with Reload

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
WeThotUWasAToad
Posts: 312
Joined: 19 Nov 2013, 08:44

Script Esc combined with Reload

29 Feb 2016, 23:44

Hello,

Using Esc as the hotkey, how would you script Esc combined with Reload?

I recently began using the Reload command and it's a great addition to my AHK bag of tricks. I initially set it up with Esc has the hotkey:

Code: Select all

Esc::Reload
That works great but not surprisingly, it eliminated the normal function of the Esc key. So now what I'm after is to keep the Esc key as the hotkey for Reload but have it first execute its normal function. To do that I tried the following script:

Code: Select all

Esc::
Send {Esc}
Reload
Return
but that does not work either.

Is there a way to accomplish what I'm after?

Thanks
A ------------------------------ [A LOT OF SPACE] ------------------------------ LOT

"ALOT" is not a word. It never has been a word and it never will be a word.
"A LOT" is 2 words. Remember it as though there's [A LOT OF SPACE] between them.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 158 guests