Skip to content

Instantly share code, notes, and snippets.

@darrik
Created October 22, 2019 15:31
Show Gist options
  • Save darrik/f0d0be062452f4373e6bc2e95bd60b18 to your computer and use it in GitHub Desktop.
Save darrik/f0d0be062452f4373e6bc2e95bd60b18 to your computer and use it in GitHub Desktop.
Autohotkey script for typing swedish characters on a US/ANSI keyboard
;; Mind your file encoding when saving this.
; right alt + [
>!SC01A::Send, å
; right alt + '
>!SC028::Send, ä
; right alt + ;
>!SC027::Send, ö
; right alt + e
>!e::Send, €
; left ctrl + left alt + e
<^<!e::Send, é
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment