mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
rcinput: add two more keys in the ugly azbox translate() table
Origin commit data
------------------
Branch: ni/coolstream
Commit: d0a21abd9f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-08-20 (Sun, 20 Aug 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
e2f6639bbb
commit
ff37fec9a8
@@ -1718,6 +1718,10 @@ int CRCInput::translate(int code)
|
|||||||
return RC_record;
|
return RC_record;
|
||||||
case KEY_PLAY:
|
case KEY_PLAY:
|
||||||
return RC_pause;
|
return RC_pause;
|
||||||
|
case KEY_CHANNELUP:
|
||||||
|
return RC_page_up;
|
||||||
|
case KEY_CHANNELDOWN:
|
||||||
|
return RC_page_down;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user