IcarusWorks / ember-key-manager

A service for (un)binding keyboard up and down events.
MIT License
42 stars 11 forks source link

delay to reactivate macro (by shortcut?) #34

Closed gossi closed 6 years ago

gossi commented 6 years ago

I have a simple macro for a key shortcut (left and right arrow keys), they seek my video-player frame-by-frame. However, when I press the right arrow to seek forward and press again, I need to "wait a little while" until it triggers the callback again. I logged my callback, I can hit the keys though no log message appears. A little while is around a second (?). I can hit my arrow keys with my drummer finger around 20 times without anything happening, pause, and then trigger the callback again.

Maybe related to #33 ?

patrickberkeley commented 6 years ago

Pretty sure this will end up being solved by #33, but I'll leave it open for now.

jordpo commented 6 years ago

Yeah I'm pretty sure the two are related.

jordpo commented 6 years ago

Yes, this should be fixed now in master (pending release)

patrickberkeley commented 6 years ago

Released in v0.3.0