Add rating hotkeys (#208)

This commit is contained in:
jeffvli 2023-09-23 03:20:04 -07:00
parent f0e518d3c8
commit 571ea3c653
3 changed files with 25 additions and 1 deletions

View file

@ -20,6 +20,12 @@ const BINDINGS_MAP: Record<BindingActions, string> = {
play: 'Play',
playPause: 'Play / Pause',
previous: 'Previous track',
rate0: 'Rating clear',
rate1: 'Rating 1 star',
rate2: 'Rating 2 star',
rate3: 'Rating 3 star',
rate4: 'Rating 4 star',
rate5: 'Rating 5 star',
skipBackward: 'Skip backward',
skipForward: 'Skip forward',
stop: 'Stop',