Add super and browser back and forward keys

Fixes #13
This commit is contained in:
Unrud 2020-08-26 03:30:22 +02:00
parent e501c8cd9a
commit ba9ed841d8
9 changed files with 503 additions and 7 deletions

View file

@ -36,6 +36,9 @@ const (
KeyMediaPlayPause
KeyMediaPrevTrack
KeyMediaNextTrack
KeyBrowserBack
KeyBrowserForward
KeySuper
KeyLimit
)