Detect a keypress anywhere on the page
The Up arrow has been pressed 0 times
Notes
- This approach uses `keyup` because keypress is deprecated
TODO
- Check if there a accessabilty concerns
- Check on prevent default type stuff here too
Referneces
- https://developer.mozilla.org/en-US/docs/Web/API/Element/keyup_event