mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add rating hotkeys (#208)
This commit is contained in:
parent
f0e518d3c8
commit
571ea3c653
3 changed files with 25 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue