jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.

Home Page:https://jaywcjlove.github.io/hotkeys-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple hotkeys like ctrl+a+s do not work

hamburger123456 opened this issue · comments

Your give the following example which do not work.

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