We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有这样一个特殊字符⋉ ,它的unicode代码是 (U+22C9)。在vim中可以这样输入特殊字符,ctrl + v ,然后再输入u ,再输入 22c9,这个字符就出现了。 rime中,如何根据特殊字符的unicode值,输入它呢?
The text was updated successfully, but these errors were encountered:
沒做過。不支持。
需要編寫一個 rime::Translator。
rime::Translator
如果是已知字符,可以修改配置加入 符號表。
Sorry, something went wrong.
我发现fcitx可以输入任何特殊字符,只要你知道它的uncode值,ctrl+shift+u + unicode值,我愿意出300元,请人完成rime下面的这个功能。
用 lua 就行了,有现成的。
https://github.com/shewer/librime-lua-script/blob/main/lua/component/unicode.lua
No branches or pull requests
有这样一个特殊字符⋉ ,它的unicode代码是 (U+22C9)。在vim中可以这样输入特殊字符,ctrl + v ,然后再输入u ,再输入 22c9,这个字符就出现了。
rime中,如何根据特殊字符的unicode值,输入它呢?
The text was updated successfully, but these errors were encountered: