I have a key sequence that does nothing but insert a single character, in my case ä and it applies across all applications. (I have an extended keyboard and am mapping extraneous function keys to characters with diacritics). The problem is that upon inserting said character, it deletes the previous character.
Example:
Existing text: abcde
After Execution of trigger: abcdä
Desired Text: abcdeä
Any help would be appreciated!