Fixed code for the default 'Ok' button on the PC keyboard

This commit is contained in:
Klaus Schmidinger 2001-09-01 12:03:44 +02:00
parent dce6bb864b
commit ba409a203a
2 changed files with 4 additions and 1 deletions

View File

@ -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).

View File

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