Describe the bug
Consider this code: useKeyCombo("meta + enter"). When I use this sequence:
- press
meta
- press
enter - event fires
- release
enter
- press
enter - event does not fire.
I see that sometimes such behavior might be desired, but sometimes not (I even think it is not desired in most cases). I did not find a way to change it in the library (which is amazing btw). Would it be possible to have it? Without it, some actions in GUI are not programmable with a good UX and thus I think this should be considered a bug.