Skip to content

Instantly share code, notes, and snippets.

@Bastianowicz
Created December 18, 2014 16:26
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 Bastianowicz/5535b1dddc78af99343e to your computer and use it in GitHub Desktop.
Save Bastianowicz/5535b1dddc78af99343e to your computer and use it in GitHub Desktop.
Put special Unicode characters
; Needs to be run in AutoHotkey 1.1+ for better Unicode-Support
^!r::Send, {ALTDOWN}{Numpad0}{Numpad1}{Numpad7}{Numpad4}{ALTUP}
^!c::Send, {ALTDOWN}{Numpad0}{Numpad1}{Numpad6}{Numpad9}{ALTUP}
^!t::Send, {ALTDOWN}{Numpad0}{Numpad1}{Numpad5}{Numpad3}{ALTUP}
^!v::SendInput ✓
^NumpadSub::SendInput —
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment