You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
I'm trying to assign a shortcut to "a" key, it's working so good.
I also want to assign a shortcut to "ctrl+a" but it doesn't work with the other shortcut.
I think it's a conflict problem and I couldn't figure it out.
Ex:
jwerty.key('a', function () {
alert('pressed a key");
});
jwerty.key('ctrl+a', function () {
alert('pressed ctrl+a key');
});
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to assign a shortcut to "a" key, it's working so good.
I also want to assign a shortcut to "ctrl+a" but it doesn't work with the other shortcut.
I think it's a conflict problem and I couldn't figure it out.
Ex:
Thanks.
The text was updated successfully, but these errors were encountered: