https://web.stanford.edu/class/archive/cs/cs103/cs103.1142/b...
- Buttons need to be debounced so you don't trigger 10 presses because the contacts bounce 10 times up and down before they settle to the on state
- maybe you want different states and callbacks for single press, while pressed, double press, long press, very long press, release — all of which require to measure time and some thinking (e.g. how can you reach a long press when there is a short press before ?)
- how to properly implement key combinations? Does order matter? How would you handle a "both keys at the same time"-scenario if in reality they are many milliseconds apart?
And there are always tradeoffs, which is why I had to write more than once variant of the thing (that, and I got better at writing it).
the better question is to ask how to reach "hover pressed"
Oh ... 2010. I guess it's not actively being maintained.
There were 8 merge requests and 3 commits in the last 24 hours.
Edit: Kinda hacky/unintuitive but you can type S_1_0
[0] https://state.new [1] https://github.com/statelyai/xstate