summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-04-01 12:24:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-04-01 12:24:35 +0200
commit71ee42fe9637a5401e75514b02af910faefa1e24 (patch)
tree8c5bb08eae8ad1096d3c726a36a66a49a48245f7
parent53ecd4181000f9d16ac34309a900d4d89bb0d93c (diff)
downloadvdr-71ee42fe9637a5401e75514b02af910faefa1e24.tar.gz
vdr-71ee42fe9637a5401e75514b02af910faefa1e24.tar.bz2
Changed the default 'Ok' key when using the PC keyboard from '5' to 'Enter'
-rw-r--r--HISTORY3
-rw-r--r--INSTALL2
-rw-r--r--keys-pc.conf2
3 files changed, 5 insertions, 2 deletions
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