* added f and m keys
* added more keys and volume control
* added p for play and c for chatview toggle
* remove vscode auto format
* changed e.target check to not trigger kb-controls if input is in focus
* fixed the default mute problem
* Commit updated API documentation
* merged keydown and keypressed methods
Co-authored-by: Owncast <owncast@owncast.online>
* make spacebar control the play state
* improved keyboard handling
* only allow pause and play when stream is online
* some formatting fixes
* remove event listener on destruction