mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user