« get me outta code hell

Multiple player UI interaction shenanigans - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-09-23 05:56:22 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-23 05:56:22 -0300
commit8d55de55298e00b9dc62f368c23e516f9941b5ba (patch)
treedc4ffd7f9eb9bc72a76ce8fad69da4f4ca14bf37 /README.md
parent5a8f8eafa4e30d7a0febcf804253b6853caf36e7 (diff)
Multiple player UI interaction shenanigans
Please don't ever let me stay up until 29:57 again. Future me will thank
you in advance.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c15c273..4b3cb33 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,11 @@ You're also welcome to share any ideas, suggestions, and questions through there
 * t, T: switch between playlist tabs
 * Ctrl+T: open the current playlist in a new tab (so, clone the current tab)
 * Ctrl+W: close the current tab
+* Meta+c: create a new music player (for listening to multiple tracks at once, or swapping between two tracks without losing playback position)
+* Meta+Up/Down, Meta+p/n: select the previous/next music player (each player has its own independent queue, pause status, etc)
+* Meta+a, Meta+!: mark the selected music player so that any keyboard actions - seeking, pausing, etc - apply to it and any other marked players (if no player is marked, which is the default case, actions will apply to the selected music player)
+* Meta+x: delete the selected music player
+* |: focus the list of music players, if there are at least two music players
 * **In the main listing:**
   * Enter: if the selected item is a group, enter it; if it's a track, play it
   * Backspace: leave the current group (if in one)