Skip to content

Instantly share code, notes, and snippets.

@danielthiel
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save danielthiel/a4162a7d41fc4c23734d to your computer and use it in GitHub Desktop.

Select an option

Save danielthiel/a4162a7d41fc4c23734d to your computer and use it in GitHub Desktop.

Revisions

  1. danielthiel revised this gist Apr 21, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion capslock-to-umlate.ahk
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,7 @@ Return
    Return
    >!s::
    Send, ß
    Return>!e::
    Return
    >!e::
    Send, €
    Return
  2. danielthiel revised this gist Apr 21, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion capslock-to-umlate.ahk
    Original file line number Diff line number Diff line change
    @@ -23,4 +23,6 @@ Return
    Return
    >!s::
    Send, ß
    Return
    Return>!e::
    Send, €
    Return
  3. danielthiel created this gist Apr 21, 2015.
    26 changes: 26 additions & 0 deletions capslock-to-umlate.ahk
    Original 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