Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request
Issue tracker
Fixes will automatically close the related issue
Fixes #554
Feature
Describe feature of pull request
DONE:
状态选项里的单选状态组现在不支持通过快捷键切换,用不上这么好的文字提示,我准备把快捷键单选功能做好。
TODO:
另外,我打算把
Control+Shift+2
等快捷键https://github.com/rime/rime-prelude/blob/master/key_bindings.yaml#L45
重新定义为
指改变方案中
switches/@0
等处定义的状态。这样的配置就通用了。兼容方案自定义的状态。@x
如果不是开关而是单项选择状态组,最好不必改动词toggle
,让他轮换到下一个状态。免得还得专门改快捷键配置。Unit test
Manual test
Code Review
Additional Info