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
您好,我使用的是windows 11操作系统,配置了按Shift键切换输入法并且将已打出的字上屏。 当在中文状态下,按Shift键可以将已打的字上屏,但是在按 ctrl+space 切换的时候没有上屏。 我配了 Control+space: commit_code 也没起作用,麻烦问一下这个能解决吗
ascii_composer/switch_key: {Caps_Lock: commit_code, Control_L: noop, Control_R: noop, Shift_L: commit_code, Shift_R: commit_code, Control+space: commit_code}
The text was updated successfully, but these errors were encountered:
目前输入法不支持,提需求到 rime 仓库,这只是一个五笔方案分享
Sorry, something went wrong.
这个后来在rime提了,人家大佬好像没有这方面修复的意思
ctrl+space是系统用于切换输入法的键吗?如果是那也不是rime能控制的了
我去 rime 那看到你提的问题了,不知会不会修复,需要内核支持,小狼毫再适配。确认他们到底适不适配,可以在librime问一问。
这个问题也很好解决的,通过 ahk 来改键。
Shift_R: commit_code
^Space:: { KeyWait "Control" Send "{RShift}" }
No branches or pull requests
您好,我使用的是windows 11操作系统,配置了按Shift键切换输入法并且将已打出的字上屏。 当在中文状态下,按Shift键可以将已打的字上屏,但是在按 ctrl+space 切换的时候没有上屏。
我配了 Control+space: commit_code 也没起作用,麻烦问一下这个能解决吗
The text was updated successfully, but these errors were encountered: