您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.
Note: accented character input will not work on a content-editable element when there's a selection which spans across other element).
Accented character can be inputted by holding the ALT key then pressing the desired character (e.g. ALT+a
for à
, or ALT+SHIFT+A
for À
).
Whether capital or non capital letter is used depends on the current state of the CapsLock key and whether the SHIFT key is also held down or not.
While the ALT key is still being held, pressing the same character again will change the generated character to the next available accented character (e.g. ALT+e
then e
then e
will generate the ê
character).
If a diffrent character is pressed while the ALT key is held down, the accented character of the new character will be generated (e.g. ALT+a
then e
will generate àè
).
The typed characters and their available accented characters are configurable in the charMap
variable within the script.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址