Skip to content
New issue

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

一个关于 key_binder/bindings 按键绑定的疑问 #849

Open
gradypark86 opened this issue Feb 29, 2024 · 0 comments
Open

一个关于 key_binder/bindings 按键绑定的疑问 #849

gradypark86 opened this issue Feb 29, 2024 · 0 comments

Comments

@gradypark86
Copy link

请问 key_binder/bindings 中如何将绑定到数字(字母区上方数字区)?

我通过

- {accept: KP_1, send: 1, when: always}

试图将小键盘区的 1 指向字母 Q 上方的 1,以完成 #144 的相关设置,但是如此设置后键入小键盘 1 没有任何输出。
而如果将该语句改为

- {accept: KP_1, send: a, when: always}

则可以将键入小键盘区的 1 指向字母 a,正常上屏 a

那么如果想指向数字 1,send: 中应该使用什么参数呢?非常感谢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant