Revised the section on "Learning the remote control keys" in the INSTALL file

This commit is contained in:
Klaus Schmidinger 2013-10-12 12:56:31 +02:00
parent 446c3b4cfd
commit 54b3135d59
2 changed files with 12 additions and 10 deletions

View File

@ -7993,3 +7993,7 @@ Video Disk Recorder Revision History
- Changed cRecorder::Action() to use cTimeMs instead of time() to avoid problems with - Changed cRecorder::Action() to use cTimeMs instead of time() to avoid problems with
unjustified "video data stream broken" errors in case the system time is changed unjustified "video data stream broken" errors in case the system time is changed
while a recording is active (reported by Torsten Lang). while a recording is active (reported by Torsten Lang).
- Revised the section on "Learning the remote control keys" in the INSTALL file to
avoid the impression that there actually is a default remote.conf file, and to
not use any alphabetic keys for special functions, so that they remain available
for textual input.

18
INSTALL
View File

@ -439,19 +439,17 @@ for a detailed description).
The recommended PC key assignments are: The recommended PC key assignments are:
Up, Down, Left, Right Crsr keys in numeric block Up, Down, Left, Right Cursor keys
Menu 'Home' in numeric block Menu 'Home'
Ok 'Enter' Ok 'Enter'
Back 'End' in numeric block Back 'Backspace'
Red, Green, Yellow, Blue 'F1'..'F4' Red, Green, Yellow, Blue 'F1'..'F4'
0..9 '0'..'9' in top row 0..9 '0'..'9'
Power 'P' Volume+/- 'PgUp', 'PgDn'
Volume+/- '+', '-' Mute 'F10'
Mute 'm'
If you prefer different key assignments, or if the default doesn't work for If you want to change your key assignments later, simply delete the file
your keyboard, simply delete the file 'remote.conf' and restart 'vdr' to get 'remote.conf' and restart 'vdr' to get into learning mode.
into learning mode.
Generating source code documentation: Generating source code documentation:
------------------------------------- -------------------------------------