- rcinput: add vu+ timer key

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-10-27 16:24:47 +01:00
committed by Thilo Graf
parent a68738aa37
commit f55637b6b2

View File

@@ -1750,6 +1750,8 @@ int CRCInput::translate(int code)
return RC_favorites;
case KEY_FASTFORWARD:
return RC_forward;
case 0xb0: // vuplus timer key
return RC_timer;
#endif
#ifdef HAVE_AZBOX_HARDWARE
case KEY_HOME: