mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- rcinput: fix unknown KEY_FASTFORWARD for ARM_HARDWARE
This commit is contained in:
committed by
Jacek Jendrzej
parent
dec82897bd
commit
a058f74caa
@@ -1735,6 +1735,8 @@ int CRCInput::translate(int code)
|
||||
#ifdef HAVE_ARM_HARDWARE
|
||||
case KEY_VIDEO:
|
||||
return RC_favorites;
|
||||
case KEY_FASTFORWARD:
|
||||
return RC_forward;
|
||||
#endif
|
||||
#ifdef HAVE_AZBOX_HARDWARE
|
||||
case KEY_HOME:
|
||||
|
Reference in New Issue
Block a user