]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/lls/play_cmd.suite.m4
play: Convert com_ff() to lopsub.
[paraslash.git] / m4 / lls / play_cmd.suite.m4
index d0e50261d3f5fcfe191f2a47b689adf0a3cfa298..466468086ad8bd00ec9737967b51a5cf25ab1ed6 100644 (file)
@@ -20,3 +20,30 @@ caption = list of commands
                In this mode, file name and play time of the current audio file are
                displayed. Hit CTRL+C or : to switch to input mode.
        [/description]
+[subcommand next]
+       purpose = load the next file of the playlist
+
+[subcommand prev]
+       purpose = load the previous file of the playlist
+
+[subcommand bg]
+       purpose = enter insert mode
+       [description]
+               Only useful if called in command mode via a key binding. The default
+               key bindings map the colon key to this command, so pressing : in
+               command mode activates insert mode.
+       [/description]
+
+[subcommand jmp]
+       purpose = change playback position
+       non-opts-name = percent
+       [description]
+               The percent argument must be an integer between 0 and 100, inclusively.
+       [/description]
+
+[subcommand ff]
+       purpose = set playback position relative to the current position
+       non-opts-name = seconds
+       [description]
+               Negative values mean to jump backwards the given amount of seconds.
+       [/description]