diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-27 14:32:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-27 14:32:06 +0100 |
commit | 74c74fb5d2bdc026a611d74473788e4227d35a93 (patch) | |
tree | 310a994d64f5c7999d2fa55db208d7513db88da7 /PLUGINS.html | |
parent | 462463404d0116d38d330b043a0e55e3be62a98a (diff) | |
download | vdr-74c74fb5d2bdc026a611d74473788e4227d35a93.tar.gz vdr-74c74fb5d2bdc026a611d74473788e4227d35a93.tar.bz2 |
Implemented additional dedicated keys
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 786d8c50..e71d8b5a 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1064,11 +1064,12 @@ consider here are <i>Play</i>, <i>Pause</i>, <i>Fast Rewind</i> and <i>Fast Forward</i>, respectively (provided that this particular player can implement these functions) if the player is not currently showing any menu. If there is a menu, they shall allow the user - to navigate in the menu. + to navigate in the menu. The dedicated <i>Play</i>, <i>Pause</i>, <i>FastRew</i> + and <i>FastFwd</i> keys shall always result in their specific functionality. <li>The <i>Green</i> and <i>Yellow</i> buttons shall skip back- and forward by an amount of time suitable for this player (provided that this particular player can implement these functions). -<li>The <i>Blue</i> button shall immediately stop the replay session. +<li>The <i>Blue</i> and <i>Stop</i> button shall immediately stop the replay session. </ul> Of course, these are only suggestions which should make it easier for VDR users to enjoy additional players, since they will be able to control them with actions |