rcinput: add vu+ timer key

Origin commit data
------------------
Commit: 2b528ba01f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- rcinput: add vu+ timer key
This commit is contained in:
vanhofen
2019-10-03 01:26:27 +02:00
parent 754462dfa8
commit 2ec3dc651d

View File

@@ -1751,6 +1751,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: