Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.
/ AutoIt-Compose Public archive

Basic compose key functionality for German umlauts written in AutoIt

License

Notifications You must be signed in to change notification settings

jonasw234/AutoIt-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AutoIt-Compose

See this for a better version (not mine, so I cannot upload it here unfortunately): https://autoit.de/thread/87359-kombination-von-tastatureingaben-richtig-abfangen/?postID=703887#post703887

Basic compose key functionality for German umlauts written in AutoIt.

Since I work in Germany but much prefer the UK keyboard layout, this script helps me write some common umlauts like ä, ö, ü, ß by pressing CapsLock + " + [aou] / CapsLock + s + s.
Usually I would just use WinCompose or write an AutoHotkey script. Unfortunately installing new software is not allowed on my new work computer and there was a prepackaged AutoIt, so although I have never worked with AutoIt before, I took a few minutes to whip up this script. If it’s of any help for anyone else, even better ☺

Customization

If you want to set your own compose key, just change the line HotKeySet("{CAPSLOCK}", "ComposeFunction") and replace {CAPSLOCK} with your preferred prefix. You can find a list of special keys here: https://www.autoitscript.com/autoit3/docs/functions/Send.htm.

Known bugs

  • Uppercase umlauts (Ä, Ö, Ü) don’t work yet. Apparently either the @HotKeyPressed or the Switch statement ignore casing.

Releases

No releases published

Packages

No packages published

Languages