-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
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
状态变更的文字提示,应该还有后续 #554
Comments
@LEOYoon-Tsaw 快来参谋 |
如果是狀態組,可以用 |
现在不能用一条指令完成单选。选取一项时要同时对同组的其他项取消选中状态。
支持方案里定义的状态顺序和种类,不需要根据方案对开关的设置不同一一定义快捷键。 |
那只要使
這個挺有意思,增加這種配置方式,不要取代原有配置方式就好 |
应该还有后续啊。
状态选项里的单选状态组现在不支持通过快捷键切换,用不上这么好的文字提示,我准备把快捷键单选功能做好。
另外,我打算把
Control+Shift+2
等快捷键https://github.com/rime/rime-prelude/blob/master/key_bindings.yaml#L45
重新定义为
指改变方案中
switches/@0
等处定义的状态。这样的配置就通用了。兼容方案自定义的状态。@x
如果不是开关而是单项选择状态组,最好不必改动词toggle
,让他轮换到下一个状态。免得还得专门改快捷键配置。Originally posted by @lotem in #553 (comment)
The text was updated successfully, but these errors were encountered: