- rcinput: translate KEY_BACK to RC_home

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-07-13 23:56:53 +02:00
committed by Thilo Graf
parent b693932075
commit 8afd386513

View File

@@ -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;