Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Trying to use same letter ('a' and 'ctrl+a') #36

Open
Balamir opened this issue Jun 12, 2013 · 0 comments
Open

Trying to use same letter ('a' and 'ctrl+a') #36

Balamir opened this issue Jun 12, 2013 · 0 comments

Comments

@Balamir
Copy link

Balamir commented Jun 12, 2013

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:

        jwerty.key('a', function () {
            alert('pressed a key");
        });
        jwerty.key('ctrl+a', function () {
            alert('pressed ctrl+a key');
        });

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants