Skip to content

Instantly share code, notes, and snippets.

@dariusz-wozniak
Last active June 5, 2020 03:15
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 dariusz-wozniak/80f1894fa07e31812e705cade6df44f6 to your computer and use it in GitHub Desktop.
Save dariusz-wozniak/80f1894fa07e31812e705cade6df44f6 to your computer and use it in GitHub Desktop.
AutoHotkey - Em Dash and En Dash
; en dash
!NumpadSub::
Send, {ASC 0150}
return
; em dash
!NumpadAdd::
Send, {ASC 0151}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment