mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- rcinput: translate KEY_BACK to RC_home
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1762,6 +1762,8 @@ int CRCInput::translate(int code)
|
||||
return RC_favorites;
|
||||
case KEY_TV2:
|
||||
return RC_tv;
|
||||
case KEY_BACK:
|
||||
return RC_home;
|
||||
#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
|
||||
case KEY_VIDEO:
|
||||
return RC_mode;
|
||||
|
Reference in New Issue
Block a user