diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-01 12:24:35 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-01 12:24:35 +0200 |
commit | 71ee42fe9637a5401e75514b02af910faefa1e24 (patch) | |
tree | 8c5bb08eae8ad1096d3c726a36a66a49a48245f7 | |
parent | 53ecd4181000f9d16ac34309a900d4d89bb0d93c (diff) | |
download | vdr-71ee42fe9637a5401e75514b02af910faefa1e24.tar.gz vdr-71ee42fe9637a5401e75514b02af910faefa1e24.tar.bz2 |
Changed the default 'Ok' key when using the PC keyboard from '5' to 'Enter'
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | keys-pc.conf | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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. @@ -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 |