summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-03 15:58:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-03 15:58:46 +0100
commitb16437e7848218025986e87eb972b742dd7c958b (patch)
treeaada4c5ff2d00e3e8e1c1b225af23fcbbf1a2d87 /HISTORY
parent1bad5d1e6f5a9fbbc09081f07f5b4d9d780fe5db (diff)
downloadvdr-b16437e7848218025986e87eb972b742dd7c958b.tar.gz
vdr-b16437e7848218025986e87eb972b742dd7c958b.tar.bz2
New options 'Setup/Miscellaneous/Remote control repeat delay' and 'Setup/Miscellaneous/Remote control repeat delta'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2401b51b..dfcf831d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7562,3 +7562,11 @@ Video Disk Recorder Revision History
- Added some notes about plugin Makefiles to PLUGINS.html.
- Avoiding an extra key press event if the repeat function kicks in when controlling
VDR via the PC keyboard.
+- The new options "Setup/Miscellaneous/Remote control repeat delay" and
+ "Setup/Miscellaneous/Remote control repeat delta" can be used to adjust the
+ behavior of the remote control in case a key is held pressed down for a while, so
+ that the repeat function kicks in (see MANUAL).
+ The builtin LIRC and KBD remote controls already use these parameters. It is
+ recommended that plugins that implement an interface to any kind of remote controls
+ also use the parameters Setup.RcRepeatDelay and Setup.RcRepeatDelta for the desired
+ purpose, and remove any setup options they might have that serve the same purpose.