jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
https://jaywcjlove.github.io/hotkeys-js
MIT License
6.66k stars 410 forks source link

Sequential issue #415

Open saiwondMYsty opened 1 year ago

saiwondMYsty commented 1 year ago

If I am judging writing "W+A", Press w Press A, and it can be operated.

But if you want "A+W", you can also trigger it, can you only add the judgment "A+W"?