mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
change RC_back handling; its not longer translated to RC_home
Origin commit data
------------------
Branch: ni/coolstream
Commit: b0c6332f44
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Origin message was:
------------------
- change RC_back handling; its not longer translated to RC_home
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -419,7 +419,7 @@ int CRCInput::messageLoop( bool anyKeyCancels, int timeout )
|
||||
g_RCInput->getMsgAbsoluteTimeout( &msg, &data, &timeoutEnd );
|
||||
|
||||
if ( ( msg == CRCInput::RC_timeout ) ||
|
||||
( msg == CRCInput::RC_home ) ||
|
||||
CNeutrinoApp::getInstance()->backKey(msg) ||
|
||||
( msg == CRCInput::RC_ok ) )
|
||||
doLoop = false;
|
||||
else if (CNeutrinoApp::getInstance()->listModeKey(msg)) {
|
||||
@@ -1772,8 +1772,6 @@ 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