输入源指示器会遮挡候选框,是否可以做到在击键后自动隐藏?
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
当前输入法指示器会遮挡住候选框
Describe the solution you'd like A clear and concise description of what you want to happen.
指示器不会遮挡候选框
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
有两种思路:
- 击键时自动隐藏
- 下移候选框位置(不推荐,这样指示器消失的时候候选框又要上移了)
Additional context Add any other context or screenshots about the feature request here.
这个击键时自动隐藏我记得一开始是做了这个功能了,我一直都是在智能拼音上测的,rime这块没测,我后面看看什么情况
这个击键时自动隐藏我记得一开始是做了这个功能了,我一直都是在智能拼音上测的,rime这块没测,我后面看看什么情况
@HollowMan6 瞟了眼代码,感觉是 rime 接管了按键事件,我中文切换到英文的时候是能按键后立即隐藏的,这个估计不好搞
更新一下,此问题仅在禁用 inline_preedit 的时候会出现,但是 iBus 没有类似 Fcitx5 的 app_options 的功能,部分应用对 inline_preedit 的支持目前又太不行 😖