For example:
mousetrap.bind('ctrl+alt', bindUp, 'keyup');
or
mousetrap.bind('shift+space', bindUp, 'keyup');
..will not fire when those are released.
Any help solving this would be appreciated, or direction towards where in the code this type of thing is handled so that I can try fixing it.
For example:
mousetrap.bind('ctrl+alt', bindUp, 'keyup');
or
mousetrap.bind('shift+space', bindUp, 'keyup');
..will not fire when those are released.
Any help solving this would be appreciated, or direction towards where in the code this type of thing is handled so that I can try fixing it.