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:
Stefan Seyfried
2017-08-20 11:52:04 +02:00
committed by Jacek Jendrzej
parent e2f6639bbb
commit ff37fec9a8

View File

@@ -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;