Skip to content

Instantly share code, notes, and snippets.

@Cheesebaron
Created May 6, 2015 12:34
Show Gist options
  • Select an option

  • Save Cheesebaron/487c6ad99509fd41c137 to your computer and use it in GitHub Desktop.

Select an option

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