Changed the default 'Ok' key when using the PC keyboard from '5' to 'Enter'

This commit is contained in:
Klaus Schmidinger 2002-04-01 12:24:35 +02:00
parent 53ecd41810
commit 71ee42fe96
3 changed files with 5 additions and 2 deletions

View File

@ -1164,3 +1164,6 @@ Video Disk Recorder Revision History
- Added Polish language texts (thanks to Michael Rakowski).
- Fixed a bug in parsing group separators in channels.conf (thanks to Henning
Holtschneider for reporting this one).
- Changed the default 'Ok' key when using the PC keyboard from '5' (in the
numeric block) to 'Enter', because the '5' key didn't work on keyboards with
the F-keys on top.

View File

@ -350,7 +350,7 @@ The default PC key assignments are:
Up, Down, Left, Right Crsr keys in numeric block
Menu 'Home' in numeric block
Ok '5' in numeric block
Ok 'Enter'
Back 'End' in numeric block
Red, Green, Yellow, Blue 'F1'..'F4'
0..9 '0'..'9' in top row

View File

@ -3,7 +3,7 @@ Address 0000
Up 00000103
Down 00000102
Menu 00000106
Ok 0000015E
Ok 0000000D
Back 00000168
Left 00000104
Right 00000105