Skip to content

Instantly share code, notes, and snippets.

@prodehghan
Last active April 18, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prodehghan/e4ef103cf98c580f5d7c54337a57a5b3 to your computer and use it in GitHub Desktop.
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
>!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