Skip to content

Instantly share code, notes, and snippets.

@firozansari
Last active April 3, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firozansari/abb2658f0ac9a93a276162d87788f226 to your computer and use it in GitHub Desktop.
Save firozansari/abb2658f0ac9a93a276162d87788f226 to your computer and use it in GitHub Desktop.
Write - Autocomplete Single/Double Quote Using AutoHotkey
:*?:"::
SendRaw ""
Send {Left}
return
:*?:'::
SendRaw ''
Send {Left}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment