This file contains 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 characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
!u::Return ; umlaut | |
!s::SendInput % "ß" | |
*u::umlaut("u","ü","Ü") | |
*a::umlaut("a","ä","Ä") |
This file contains 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 characters
; How to use: | |
; 1. Install AuthotKey: https://www.autohotkey.com | |
; 2. Save this script in `My Documents` | |
; 3. Create a shortcut in the Startup folder (`Win`+`R`, `shell:startup`) | |
; 4. Change the configurations below | |
; 5. Start and test the script! | |
; Configuration | |
; Cultures can be fetched from here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd318693(v=vs.85).aspx |