Skip to content

Instantly share code, notes, and snippets.

@sjoegren
Created April 28, 2017 07:03
Show Gist options
  • Save sjoegren/ab01797a04af93944ff30cdf46c527d7 to your computer and use it in GitHub Desktop.
Save sjoegren/ab01797a04af93944ff30cdf46c527d7 to your computer and use it in GitHub Desktop.
^[::Send, {U+00E5} ; å
^+[::Send, {U+00C5} ; Å
^'::Send, {U+00E4} ; ä
^+'::Send, {U+00C4} ; Ä
^;::Send, {U+00F6} ; ö
^+;::Send, {U+00D6} ; Ö
#if GetKeyState("Capslock", "T")
{
[::Send, {U+00E5} ; å
+[::Send, {U+00C5} ; Å
'::Send, {U+00E4} ; ä
+'::Send, {U+00C4} ; Ä
`;::Send, {U+00F6} ; ö
+`;::Send, {U+00D6} ; Ö
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment