|
|
@@ -10,6 +10,7 @@ const commandsGeneral: Command[] = [
|
|
|
{ command: 'z', description: 'previous song' },
|
|
|
{ command: 'c', description: 'play / pause' },
|
|
|
{ command: 'b', description: 'next song' },
|
|
|
+ { command: 's', description: 'toggle shuffle mode' },
|
|
|
{ command: 'j', description: 'select next list item' },
|
|
|
{ command: 'k', description: 'select previous list item' },
|
|
|
{ command: '<PageDown>', description: 'select next page of list items' },
|