Skip to content

Instantly share code, notes, and snippets.

@grand-lotus-iroh
Last active February 27, 2018 15:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grand-lotus-iroh/ff8ccd02dcd0c49f8236d57e9b42c868 to your computer and use it in GitHub Desktop.
Save grand-lotus-iroh/ff8ccd02dcd0c49f8236d57e9b42c868 to your computer and use it in GitHub Desktop.
Quick Compose Shortcut OR Global Compose Email Hotkey / Shortcut
; 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