rcinput: translate KEY_BACK to RC_home

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b3c33e01c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-13 (Tue, 13 Jul 2021)

Origin message was:
------------------
- rcinput: translate KEY_BACK to RC_home

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-07-13 23:56:53 +02:00
parent 14bd7b7b53
commit 0302f42d6e

View File

@@ -1764,6 +1764,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;