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
我在使用 hotkeys 监听 "ArrowDown","ArrowUp","ArrowLeft","ArrowRight"等键位时存在无法监听的问题
如图:
"ArrowDown","ArrowUp"的keys都是65,我不知道这是否对于键位的keyCode,但这也许是导致无法监听的原因。
我的代码如下
hotKyes("ArrowDown", () => { ... }) hotKyes("ArrowUp", () => { ... })
这样写是否存在问题呢?望告知,非常感谢!!!
The text was updated successfully, but these errors were encountered:
You need to use up, down, left, right
up
down
left
right
More info here: #13 #311
Sorry, something went wrong.
No branches or pull requests
我在使用 hotkeys 监听 "ArrowDown","ArrowUp","ArrowLeft","ArrowRight"等键位时存在无法监听的问题
如图:
"ArrowDown","ArrowUp"的keys都是65,我不知道这是否对于键位的keyCode,但这也许是导致无法监听的原因。
我的代码如下
这样写是否存在问题呢?望告知,非常感谢!!!
The text was updated successfully, but these errors were encountered: