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
希望使用左右 shift 选择第 2, 3 候选字。配置文件 luna_pinyin.custom.yaml:
luna_pinyin.custom.yaml
patch: key_binder/import_preset: default key_binder/bindings: - { when: composing, accept: "Shift_L", send: 2 } - { when: composing, accept: "Shift_R", send: 3 }
以前的鼠须管用的是 Shift+Shift_L, Shift+Shift_R, 不起作用,换成上面这个配置后,发现左右 shift 不能区分,如果第一次按的是左 shift, 那么接下来的右 shift 也会选择第 2 候选字; 反之亦然。
Shift+Shift_L
Shift+Shift_R
The text was updated successfully, but these errors were encountered:
確實有這個問題
Sorry, something went wrong.
https://gist.github.com/lotem/2981316#file-default-custom-yaml-L5 是上游的问题
No branches or pull requests
希望使用左右 shift 选择第 2, 3 候选字。配置文件
luna_pinyin.custom.yaml
:以前的鼠须管用的是
Shift+Shift_L
,Shift+Shift_R
, 不起作用,换成上面这个配置后,发现左右 shift 不能区分,如果第一次按的是左 shift, 那么接下来的右 shift 也会选择第 2 候选字; 反之亦然。The text was updated successfully, but these errors were encountered: