Last active
April 18, 2022 12:58
-
-
Save prodehghan/e4ef103cf98c580f5d7c54337a57a5b3 to your computer and use it in GitHub Desktop.
With this script, you can type German's characters (umlauts and ß) using the Right Alt key on a US keyboard
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 characters
>!u::Send {Text}ü ; RAlt+u => ü | |
>!+u::Send {Text}Ü ; RAlt+Shift+u => Ü | |
>!a::Send {Text}ä ; RAlt+a => ä | |
>!+a::Send {Text}Ä ; RAlt+Shift+a => Ä | |
>!o::Send {Text}ö ; RAlt+o => ö | |
>!+o::Send {Text}Ö ; RAlt+Shift+o => Ö | |
>!s::Send {Text}ß ; RAlt+s => ß |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment