目前是通过 karabiner 把单击右 shift 映射成 shift+control+0, 鼠须管配置文件如下:
ascii_composer:
good_old_caps_lock: true
switch_key:
Shift_L: noop
Shift_R: noop
Control_L: noop
Control_R: noop
Caps_Lock: noop
Eisu_toggle: clear
key_binder/bindings:
- { when: always, accept: Control+Shift+0, toggle: ascii_mode }
可以单击右 shift 切换中英文,但是切换的时候已经输入的文字不能自动上屏
请教下各位应该怎样修改配置,谢谢🙏🏻
1
Kimyx 2021-02-26 16:51:42 +08:00
# commit_text 已输入的候选文字上屏并切换至西文输入模式
# commit_code 已输入的编码字符上屏并切换至西文输入模式 Shift_L: commit_code Shift_R: commit_code |