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 was archived by the owner on Aug 23, 2018. It is now read-only.
Doesn't work completely right. For instance, I can press 'a' and then use my mouse to switch focus to another window. Since elm doesn't hear the keyup, even when I return to the window, it appears to be down. I could add in blur checks to empty out the keys-down list, but I'm not 100% sure that's the only scenario where discrepancies could happen. It'd be nice to have in the library either way -- this is 100% how I'm using this package.