diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-14 10:54:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-14 10:54:13 +0100 |
commit | 9efe1f9479e08dccc6fb3d1ac7b0bc4c2fd3e531 (patch) | |
tree | a760bd785695726fb84920f14ca5189c1e48b3a0 /vdr.5 | |
parent | def74b48c4786b30b3c17edc38ce568ab68a333e (diff) | |
download | vdr-9efe1f9479e08dccc6fb3d1ac7b0bc4c2fd3e531.tar.gz vdr-9efe1f9479e08dccc6fb3d1ac7b0bc4c2fd3e531.tar.bz2 |
Key macros can now be defined for all non-modeless keys
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.45 2006/01/08 11:52:03 kls Exp $ +.\" $Id: vdr.5 1.46 2006/01/14 10:51:48 kls Exp $ .\" .TH vdr 5 "08 Jan 2006" "1.3.38" "Video Disk Recorder Files" .SH NAME @@ -407,8 +407,9 @@ whenever the given key is pressed. The format is \fBmacrokey [@plugin] key1 key2 key3...\fR where \fBmacrokey\fR is the key that shall initiate execution of this macro -and can be one of \fIRed\fR, \fIGreen\fR, \fIYellow\fR, \fIBlue\fR or -\fIUser1\fR...\fIUser9\fR. The rest of the line consists of a set of +and can be one of \fIUp\fR, \fIDown\fR, \fIOk\fR, \fIBack\fR, \fILeft\fR, +\fIRight\fR, \fIRed\fR, \fIGreen\fR, \fIYellow\fR, \fIBlue\fR, \fI0\fR...\fI9\fR +or \fIUser1\fR...\fIUser9\fR. The rest of the line consists of a set of keys, which will be executed just as if they had been pressed in the given sequence. The optional \fB@plugin\fR can be used to automatically select the given plugin from the main menu (provided that plugin has a main menu |