Skip to content

Instantly share code, notes, and snippets.

@khebbie
Created December 18, 2012 08:34
Show Gist options
  • Save khebbie/4326146 to your computer and use it in GitHub Desktop.
Save khebbie/4326146 to your computer and use it in GitHub Desktop.
Autohotkey script to use us layout for danish chars and some media stuff Inspired by http://www.jankarlsbjerg.com/blog/archives/2009/08/08/typing-danish-letters-without-a-danish-keyboard/
Capslock::Esc
^!]::Send {Media_Play_Pause}
^!Down::Send {Volume_Down}
^!Up::Send {Volume_Up}
:?*:,ae::æ
:?*:,oe::ø
:?*:,aa::å
:?*:,AE::Æ
:?*:,OE::Ø
:?*:,AA::Å
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment