Forráskód Böngészése

feat: help command for adding items to queue

Fela Maslen 5 éve
szülő
commit
ea5603ca3c
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      gmus-web/src/components/ui/cmus/views/help.tsx

+ 1 - 0
gmus-web/src/components/ui/cmus/views/help.tsx

@@ -25,6 +25,7 @@ const commandsLibrary: Command[] = [
   { command: '<Tab>', description: 'switch between artists/albums and songs' },
   { command: '<Space>', description: 'toggle albums for selected artist' },
   { command: '<Enter>', description: 'play the selected song' },
+  { command: 'e', description: 'add selected item to queue' },
   { command: '/', description: 'search for an item' },
 ];