Skip to content

Instantly share code, notes, and snippets.

@Cheesebaron
Created May 6, 2015 12:34
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 Cheesebaron/487c6ad99509fd41c137 to your computer and use it in GitHub Desktop.
Save Cheesebaron/487c6ad99509fd41c137 to your computer and use it in GitHub Desktop.
Auto Hotkey remap for Outlook 2013
#IfWinActive ahk_exe OUTLOOK.EXE
^!z::SendInput æ
^!+z::SendInput Æ
^!w::SendInput å
^!+w::SendInput Å
^!l::SendInput ø
^!+l::SendInput Ø
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment