Last active
August 29, 2015 14:19
-
-
Save danielthiel/a4162a7d41fc4c23734d to your computer and use it in GitHub Desktop.
Revisions
-
danielthiel revised this gist
Apr 21, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Return Return >!s:: Send, ß Return >!e:: Send, € Return -
danielthiel revised this gist
Apr 21, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,6 @@ Return Return >!s:: Send, ß Return>!e:: Send, € Return -
danielthiel created this gist
Apr 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ ; Remap Umlaute ; http://www.autohotkey.com/ ; 2015-04-21 SetCapsLockState AlwaysOff Capslock::RAlt >!+a:: Send, Ä Return >!+u:: Send, Ü Return >!+o:: Send, Ö Return >!a:: Send, ä Return >!u:: Send, ü Return >!o:: Send, ö Return >!s:: Send, ß Return