浏览代码

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' },
 ];