mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +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:
@@ -1449,7 +1449,7 @@ int CChannelList::numericZap(int key)
|
||||
chn /= 10;
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_home)
|
||||
else if (CNeutrinoApp::getInstance()->backKey(msg))
|
||||
{
|
||||
break;
|
||||
}
|
||||
@@ -1573,7 +1573,7 @@ void CChannelList::virtual_zap_mode(bool up)
|
||||
else if (msg == CRCInput::RC_up || msg == CRCInput::RC_down) {
|
||||
epgpos = (msg == CRCInput::RC_up) ? -1 : 1;
|
||||
}
|
||||
else if ((msg == CRCInput::RC_ok) || (msg == CRCInput::RC_home) || (msg == CRCInput::RC_timeout)) {
|
||||
else if ((msg == CRCInput::RC_ok) || (CNeutrinoApp::getInstance()->backKey(msg)) || (msg == CRCInput::RC_timeout)) {
|
||||
if(msg == CRCInput::RC_ok)
|
||||
doZap = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user