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
Say you have a shortcut for g s and one for g s p. g s p won't work as the library triggers the callback as soon as it gets to g s and then resets. I tested this with the latest version (1.6.0) and tried older versions down to 1.4.2 but the result was the same.
@ntoscomeli I basically just captured the keystrokes using key event listeners and debouncing the clicks. Unfortunately, I don't have a demo and apologies for replying so late.
Say you have a shortcut for
g s
and one forg s p
.g s p
won't work as the library triggers the callback as soon as it gets tog s
and then resets. I tested this with the latest version (1.6.0
) and tried older versions down to1.4.2
but the result was the same.http://codepen.io/anon/pen/rrmyAY?editors=0010
The text was updated successfully, but these errors were encountered: