Add functionality to input accented characters for non accented keyboards when the current input focus is on a text input element, or a content-editable element.
< 脚本Accented Character Input的反馈
In Firefox Quantum, there's a bug where the keyup event for the ALT key doesn't get fired if the key is released after other key is pressed. This bug doesn't exist in Firefox ESR and Chrome.
The script has been updated to work around this bug.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Character typed prior to the accented character gets deleted
First of all it's a great script and has help me a lot.
There seems to be weird thing where it deletes the character before the accented one(e.g. If I type "Fouchè" the letter "h" gets deleted)