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
想把Tab键映射为Backspace键,虽然Ahk本身是支持按键映射的,可以通过源码来修改,但还是希望Capslock+能自带映射方法。谢谢
The text was updated successfully, but these errors were encountered:
Cpaslock + w 不就是退格键嘛,Capslock + r 就是 Delete 键
Cpaslock + w
Capslock + r
Delete
Sorry, something went wrong.
如果你是指修改组合键,可以参考:#94
如果是指修改单个键盘上的按键,这已经超出 Capslock+ 的工作范围了,这事不应该由 Capslock+ 来做,你就直接用 ahk 改吧
No branches or pull requests
想把Tab键映射为Backspace键,虽然Ahk本身是支持按键映射的,可以通过源码来修改,但还是希望Capslock+能自带映射方法。谢谢
The text was updated successfully, but these errors were encountered: