rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.66k stars 415 forks source link

Control+Period 失效的可能性有哪些? #791

Closed TomatoFryEggs closed 1 year ago

TomatoFryEggs commented 1 year ago

build 里面已经有了,代表配置是没问题了,但是就是不生效。 将快捷键改成Control+c 就是可以的.

  key_binder:
    bindings:
      - { when: always, accept: Control+period, toggle: ascii_punct } # 切换西文/中文标点 Ctrl + .  
      - { when: composing, accept: Control+c, send: Escape } # ctrl-c 清屏
TomatoFryEggs commented 1 year ago

@lotem 有可能是bug吗? 看日志都是正常的

TomatoFryEggs commented 1 year ago

猜测可能是一些软件的键位冲突问题,现在改成了Control+Shift+period,可以正常了。