mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the default 'Ok' key when using the PC keyboard from '5' to 'Enter'
This commit is contained in:
parent
53ecd41810
commit
71ee42fe96
3
HISTORY
3
HISTORY
@ -1164,3 +1164,6 @@ Video Disk Recorder Revision History
|
|||||||
- Added Polish language texts (thanks to Michael Rakowski).
|
- Added Polish language texts (thanks to Michael Rakowski).
|
||||||
- Fixed a bug in parsing group separators in channels.conf (thanks to Henning
|
- Fixed a bug in parsing group separators in channels.conf (thanks to Henning
|
||||||
Holtschneider for reporting this one).
|
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.
|
||||||
|
2
INSTALL
2
INSTALL
@ -350,7 +350,7 @@ The default PC key assignments are:
|
|||||||
|
|
||||||
Up, Down, Left, Right Crsr keys in numeric block
|
Up, Down, Left, Right Crsr keys in numeric block
|
||||||
Menu 'Home' in numeric block
|
Menu 'Home' in numeric block
|
||||||
Ok '5' in numeric block
|
Ok 'Enter'
|
||||||
Back 'End' in numeric block
|
Back 'End' in numeric block
|
||||||
Red, Green, Yellow, Blue 'F1'..'F4'
|
Red, Green, Yellow, Blue 'F1'..'F4'
|
||||||
0..9 '0'..'9' in top row
|
0..9 '0'..'9' in top row
|
||||||
|
@ -3,7 +3,7 @@ Address 0000
|
|||||||
Up 00000103
|
Up 00000103
|
||||||
Down 00000102
|
Down 00000102
|
||||||
Menu 00000106
|
Menu 00000106
|
||||||
Ok 0000015E
|
Ok 0000000D
|
||||||
Back 00000168
|
Back 00000168
|
||||||
Left 00000104
|
Left 00000104
|
||||||
Right 00000105
|
Right 00000105
|
||||||
|
Loading…
Reference in New Issue
Block a user