]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/lls/play_cmd.suite.m4
play: Convert com_bg() to lopsub.
[paraslash.git] / m4 / lls / play_cmd.suite.m4
index 50727c94e81981a06f3f23fb64680ed100d9327f..d2f12a05921b5e2904eb891034a646efd8d029a9 100644 (file)
@@ -14,3 +14,22 @@ caption = list of commands
                as first argument, it prints the description of this command.
        [/description]
 
+[subcommand fg]
+       purpose = enter command mode
+       [description]
+               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]