diff --git a/HISTORY b/HISTORY index ac26edaf..fe2da32e 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/INSTALL b/INSTALL index e87f7bea..14ee74e9 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/keys-pc.conf b/keys-pc.conf index d727712d..d9a390f7 100644 --- a/keys-pc.conf +++ b/keys-pc.conf @@ -3,7 +3,7 @@ Address 0000 Up 00000103 Down 00000102 Menu 00000106 -Ok 0000015E +Ok 0000000D Back 00000168 Left 00000104 Right 00000105