summaryrefslogtreecommitdiff
path: root/vdr.5
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-31 12:59:50 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-31 12:59:50 +0100
commit86291b620532968421d9ad46a5276e1e9761570c (patch)
treee24fe972bf60a4e575c39b0e5ca43bc36fe52b64 /vdr.5
parent08899602322175a6cb080951c2ad0dcbf71446fa (diff)
downloadvdr-86291b620532968421d9ad46a5276e1e9761570c.tar.gz
vdr-86291b620532968421d9ad46a5276e1e9761570c.tar.bz2
The files "commands.conf" and "reccmd.conf" can now contain nested lists of commands1.7.12
Diffstat (limited to 'vdr.5')
-rw-r--r--vdr.520
1 files changed, 19 insertions, 1 deletions
diff --git a/vdr.5 b/vdr.5
index f77ca7c9..4b2cb90b 100644
--- a/vdr.5
+++ b/vdr.5
@@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the
.\" vdr distribution.
.\"
-.\" $Id: vdr.5 2.12 2010/01/16 15:45:28 kls Exp $
+.\" $Id: vdr.5 2.13 2010/01/31 12:59:50 kls Exp $
.\"
.TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files"
.SH NAME
@@ -546,6 +546,24 @@ to make sure they are not executed inadvertently.
Everything following (and including) a '#' character is considered to be comment.
+You can have nested layers of command menus by surrounding a sequence of
+commands with '{'...'}' and giving it a title, as in
+
+My Commands {
+.br
+ First list {
+ Do something: some command
+ Do something else: another command
+ }
+ Second list {
+ Even more: yet another command
+ So much more: and yet another one
+ }
+.br
+ }
+
+Command lists can be nested to any depth.
+
By default the menu entries in the "Commands" menu will be numbered '1'...'9'
to make them selectable by pressing the corresponding number key. If you want
to use your own numbering scheme (maybe to skip certain numbers), just precede