mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
rcinput: add two more keys in the ugly azbox translate() table
This commit is contained in:
committed by
Jacek Jendrzej
parent
fd4a3516e5
commit
d0a21abd9f
@@ -1718,6 +1718,10 @@ int CRCInput::translate(int code)
|
||||
return RC_record;
|
||||
case KEY_PLAY:
|
||||
return RC_pause;
|
||||
case KEY_CHANNELUP:
|
||||
return RC_page_up;
|
||||
case KEY_CHANNELDOWN:
|
||||
return RC_page_down;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user