]> 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 d2f12a05921b5e2904eb891034a646efd8d029a9..466468086ad8bd00ec9737967b51a5cf25ab1ed6 100644 (file)
@@ -33,3 +33,17 @@ caption = list of commands
                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]