change RC_back handling; its not longer translated to RC_home

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2022-01-03 22:32:25 +01:00
parent 33066fb846
commit dfce6dd08f
43 changed files with 80 additions and 58 deletions

View File

@@ -350,7 +350,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
msg = CRCInput::RC_timeout;
}
else if(msg == CRCInput::RC_home) {
else if (CNeutrinoApp::getInstance()->backKey(msg)) {
if(manual && !scansettings.scan_nit_manual)
continue;
canceled = false;