About Home
Example configuration here.
Visit AutoHotkey.com for more details
Email us or post an issue on Github for bug reports and feature requests.
Source available at Github.com
download
Trigger
Action

(Choose an action)

Brings a program whose title matches the Window (defaulting to "contains" mode) to the front or runs the Program

For example, use:

ActivateOrOpen("- Google Chrome", "Chrome.exe")

to bring Chrome to the front or open it.

example usage


Sends input (types for you)

For example, use:

Send("be right there")

to type the string out

example usage


Removes what was just typed (for hotstring, but treated as Send for hotkey) and types the value

For example, use:

Replace("be right there")

to type the string out in place of the trigger

example usage


Sends the unicode character given the UTF-16 valued

For example, use:

SendUnicodeChar("0x263A")

to insert a smiley face.

example usage


Searches through Chrome windows/tabs for tab with provided name - opens chrome.exe "url" if not found

For example, use:

ActivateOrOpenChrome("Pandora", "www.pandora.com")

to search through Chrome tabs for Pandora and open pandora.com if not found.

example usage


Open this script's config page in default browser


Tell windows to lock computer

Use CTRL+L to lock work station

example usage


Turn monitors off (tells Windows to put monitors in standby mode)

Use WIN+h to immediately put monitors to sleep

example usage


A sandbox for creating your own usage of the hotkey/hotstring


 
 
 
 
 

Rather than poluting this tool with ads., these links allow you to support development of this and similar tools directly or indirectly.
Read more on my blog.

 
 
 
 
 
 
×

Unsupported browser warning

As of October 2018, this site now longer supports Internet Explorer.

 

If you choose to continue, some features may be broken

 

For best experience, please upgrade to Microsoft Edge (or other browser).

×