add RC_PVR key

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b3d1c959
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-24 (Tue, 24 Mar 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-03-24 22:25:05 +01:00
committed by vanhofen
parent c4f0851076
commit 7172f86262
3 changed files with 7 additions and 1 deletions

View File

@@ -1707,6 +1707,8 @@ const char * CRCInput::getSpecialKeyName(const unsigned int key)
return "program";
case RC_playpause:
return "play / pause";
case RC_pvr:
return "pvr";
default:
printf("unknown key: %d (0x%x) \n", key, key);
return "unknown";
@@ -1759,6 +1761,9 @@ int CRCInput::translate(int code)
#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
case KEY_VIDEO:
return RC_mode;
case KEY_PVR:
return RC_pvr;
#endif
case KEY_SWITCHVIDEOMODE:
return RC_mode;