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
default.custom.yaml 如下:
customization: distribution_code_name: Weasel distribution_version: 0.16.3 generator: "Rime::SwitcherSettings" modified_time: "Wed Nov 13 23:37:53 2024" rime_version: 1.11.2 patch: "menu/page_size": 5 "schema_list": - {schema: luna_pinyin} - {schema: luna_pinyin_fluency} - {schema: jyut6ping3} - {schema: luna_pinyin_simp} "switcher/hotkeys": - "Control+Shift+F" "key_binder/bindings/+": __append: - { when: always, accept: Control+comma, toggle: ascii_punct } - { when: always, accept: Control+period, toggle: ascii_punct } - { when: always, accept: Control+Shift+period, toggle: ascii_punct }
配置了切换中英文标点的数个快捷键,只有 ctrl + . 的能生效,另外两个没反应的。因为 ctrl + . 有时候别的地方会用到所以希望换一下不用 key_bindings.yaml 中的 windows_compatible_mode_switch。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
default.custom.yaml 如下:
配置了切换中英文标点的数个快捷键,只有 ctrl + . 的能生效,另外两个没反应的。因为 ctrl + . 有时候别的地方会用到所以希望换一下不用 key_bindings.yaml 中的 windows_compatible_mode_switch。
The text was updated successfully, but these errors were encountered: