diff options
author | Florrie <towerofnix@gmail.com> | 2017-11-12 11:26:19 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-11-12 11:26:27 -0400 |
commit | b7e52919ebbf0b5c9b1772682e2d63c2e9aeb831 (patch) | |
tree | 02b85be62a6aed4232cad97fd84aa432d6a386b1 /man | |
parent | 8243539e77cbf2ce4a64a7ab1736526f7a66b000 (diff) |
Update man page for --show-keybindings
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-play.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1 index 30514f0..9c6b927 100644 --- a/man/http-music-play.1 +++ b/man/http-music-play.1 @@ -170,6 +170,12 @@ Prints the JSON representation of the active playlist to the console. Removes a group from the (active) playlist. .TP +.BR \-\-show\-keybindings ", " \-\-list\-keybindings +Shows the list of keybindings set. +Higher items are more prioritized; if A was first bound to showTrackInfo, then later bound to togglePause, pressing A will run togglePause, not showTrackInfo. +A: togglePause will also show up higher in the list than A: showTrackInfo, so that it is apparent that it will run togglePause and not showTrackInfo. + +.TP .BR \-\-sort\-mode ", " \-\-sort Sets the mode by which the playback order list is sorted. Valid options include \fBorder\fR, \fBshuffle\fR (the default), and \fBshuffle-groups\fR. |