jaywcjlove / hotkeys-js

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

multiple hotkeys like ctrl+a+s do not work #455

Open hamburger123456 opened 9 months ago

hamburger123456 commented 9 months ago

Your give the following example which do not work.

hotkeys('ctrl+a+s', function() { alert('you pressed ctrl+a+s!'); });