diff options
author | liam4 <towerofnix@gmail.com> | 2017-06-26 22:16:59 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-06-26 22:16:59 -0300 |
commit | afa6c4a7eaf9bdcc17f6ad7d948557d3e982ae9a (patch) | |
tree | b839a40e9d1856d97bf4d0b0e5edca364fd5b495 /man | |
parent | 6d88565f91724f322b4db69d072b81ed27ed8da9 (diff) |
Controls for pause/play, seek, and volume
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music.1 | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/man/http-music.1 b/man/http-music.1 index 3bda2f5..bf7befa 100644 --- a/man/http-music.1 +++ b/man/http-music.1 @@ -24,8 +24,26 @@ It can be used anywhere with a Node environment, requiring only two commonly ins .SH KEYBOARD CONTROLS .TP -.BR <del> -Assigns a new track to be played next, overwriting the current up-next track. +.BR <left-arrow> +Skips backwards 5 seconds in the currently playing track; hold shift to skip by +30 seconds. + +.TP +.BR <right-arrow> +Skips forwards 5 seconds in the currently playing track; hold shift to skip by +30 seconds. + +.TP +.BR <up-arrow> +Turns the volume up a 10%-notch. + +.TP +.BR <down-arrow> +Turns the volume down 10%. + +.TP +.BR <space> +Pauses (or plays) playback. .TP .BR i @@ -41,6 +59,10 @@ Quits the http-music process and stops music currently being played. .BR s Skips the currently playing track. +.TP +.BR <del> +Assigns a new track to be played next, skipping the current up-next track. + .SH OPTIONS .TP |