dwl中运行fcitx5后,alacritty里输入shift键失效,konsole没问题 #481
Unanswered
guyuming76
asked this question in
Q&A
Replies: 1 comment 8 replies
-
窗口你需要实现 input popup surface. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
参照 (djpohly/dwl#12) , 我给dwl 加了拼音输入功能:
(https://gitee.com/guyuming76/dwl/commits/guyuming1)
问题是konsole 里可以用fcitx5 输入拼音,但在 alacritty, 或 foot 里,shift 键都失效了,
这是我对问题的描述和自己的部分调试:( https://gitee.com/guyuming76/personal/commit/083f7807d05a2c958af51b42d16ce9ec355623b6 )
我不知道这是我对 dwl 的改动不对,还是 fcitx5 或 alacritty, 或 konsole 的问题,恳请高手指点方向。
更新:刚对我的dwl改动提交了一个更新,这下alacritty里shift正常了,原来keypressmod 里也要判断是否有kb_grab. 但目前 alacritty 里中文选词窗口还不显示,虽然按空格后默认中文可以出现。
Beta Was this translation helpful? Give feedback.
All reactions