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
设置CAPSLOCK键切换中英文,但是默认设置下,使用CAPSLOCK切换英文模式后仍然保持了大写输入状态,因为需要小写状态,于是在default.custom.yaml的配置如下: patch: ascii_composer/switch_key: Caps_Lock: commit_code Control_L: noop Control_R: noop Shift_L: noop Shift_R: noop ascii_composer: good_old_caps_lock: false # 我需要小写状态,true是保持大写,所以这里参数是false。
重新部署之后,文字输入正常,切换英文也保持了小写英文状态,输入一切正常,但是该英文状态无法作为快捷键使用!!! 比如: 在Photoshop和FastStone Image Viewer等软件中,所有单字母快捷键均无法使用,比如PS软件中钢笔工具(P)移动快捷键(V)等单字母快捷键无效。导致我不得不切换系统自带的英语输入法进行快捷键操作。
小狼毫版本1.61
The text was updated successfully, but these errors were encountered:
good_old_caps_lock: ture # 英文大写状态下其它软件的快捷键正常使用。参数设置false英文小写状态下,快捷键不可用。
Sorry, something went wrong.
No branches or pull requests
设置CAPSLOCK键切换中英文,但是默认设置下,使用CAPSLOCK切换英文模式后仍然保持了大写输入状态,因为需要小写状态,于是在default.custom.yaml的配置如下:
patch:
ascii_composer/switch_key:
Caps_Lock: commit_code
Control_L: noop
Control_R: noop
Shift_L: noop
Shift_R: noop
ascii_composer:
good_old_caps_lock: false # 我需要小写状态,true是保持大写,所以这里参数是false。
重新部署之后,文字输入正常,切换英文也保持了小写英文状态,输入一切正常,但是该英文状态无法作为快捷键使用!!!
比如:
在Photoshop和FastStone Image Viewer等软件中,所有单字母快捷键均无法使用,比如PS软件中钢笔工具(P)移动快捷键(V)等单字母快捷键无效。导致我不得不切换系统自带的英语输入法进行快捷键操作。
小狼毫版本1.61
The text was updated successfully, but these errors were encountered: