From ba409a203a736ed3dfce5b5082e1eb0c803f6450 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 1 Sep 2001 12:03:44 +0200 Subject: [PATCH] Fixed code for the default 'Ok' button on the PC keyboard --- HISTORY | 3 +++ keys-pc.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3a7257d7..b24e5677 100644 --- a/HISTORY +++ b/HISTORY @@ -684,3 +684,6 @@ Video Disk Recorder Revision History - New SVDRP command NEXT to show the next timer event. - The new remote control key "Power" can be used to turn the VDR machine off (this requires the presence of the '-s' option). +- Fixed code for the default "Ok" button on the PC keyboard (was 0x162 on + the "good old" keyboards (with the F-keys at the left side), while it changed + to 0x15E on the newer keyboards). diff --git a/keys-pc.conf b/keys-pc.conf index 899633b4..ab4b58d5 100644 --- a/keys-pc.conf +++ b/keys-pc.conf @@ -3,7 +3,7 @@ Address 0000 Up 00000103 Down 00000102 Menu 00000106 -Ok 00000162 +Ok 0000015E Back 00000168 Left 00000104 Right 00000105