Last active
February 27, 2018 15:08
-
-
Save grand-lotus-iroh/ff8ccd02dcd0c49f8236d57e9b42c868 to your computer and use it in GitHub Desktop.
Quick Compose Shortcut OR Global Compose Email Hotkey / Shortcut
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; CTRL + ` - Compose Email | |
^`:: | |
Run mailto: | |
Return | |
; This is a simple and generic example of an AutoHotkey script to compose an | |
; email using default email program when you press a keyboard shortcut. WIN + R | |
; to run command and type shell:startup than paste .ahk into startup folder | |
; [1]: http://www.autohotkey.com/docs/Hotkeys.htm | |
; [2]: https://gist.github.com/davejamesmiller/1965863 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment