Skip to content
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

配置自定义快捷键切换中英文标点不生效 #1704

Open
SaarChaffee opened this issue Nov 13, 2024 · 0 comments
Open

配置自定义快捷键切换中英文标点不生效 #1704

SaarChaffee opened this issue Nov 13, 2024 · 0 comments

Comments

@SaarChaffee
Copy link

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。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant