wechat-uos 的问题
#729
-
在使用wechat-uos的时候出现的问题: 如果是输入 n<回车> 在需要输入单个字母的时候非常麻烦:比如"50m"按下m<回车后>消息直接发送了。 不清楚是wechat-uos的bug还是fcitx5的问题。 |
Beta Was this translation helpful? Give feedback.
Answered by
wengxt
Feb 24, 2023
Replies: 1 comment
-
是否是单个字母从fcitx的角度没有任何区别,因此不是fcitx的bug。 事实上我曾经给chromium报过一个很类似的bug https://bugs.chromium.org/p/chromium/issues/detail?id=1278989 我怀疑bug的原理是chrome对输入法提交的单个字母有特殊处理有可能内部被转换成按键 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abfea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是否是单个字母从fcitx的角度没有任何区别,因此不是fcitx的bug。
事实上我曾经给chromium报过一个很类似的bug
https://bugs.chromium.org/p/chromium/issues/detail?id=1278989
我怀疑bug的原理是chrome对输入法提交的单个字母有特殊处理有可能内部被转换成按键