소스 검색

feat: help command for adding items to queue

Fela Maslen 5 년 전
부모
커밋
ea5603ca3c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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' },
 ];