add some mor help keys; fix 592a51c44a

Origin commit data
------------------
Commit: 08b5b192b2
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-09 (Mon, 09 Dec 2019)

Origin message was:
------------------
- add some mor help keys; fix 592a51c44a
This commit is contained in:
vanhofen
2019-12-09 23:01:54 +01:00
parent af5adc2958
commit 5dd6b2add4
4 changed files with 9 additions and 3 deletions

View File

@@ -568,6 +568,7 @@ int COPKGManager::showMenu()
menu_offset = menu->getItemsCount();
menu->addKey(CRCInput::RC_help, this, "rc_info");
menu->addKey(CRCInput::RC_info, this, "rc_info");
menu->addKey(CRCInput::RC_blue, this, "rc_blue");
menu->addKey(CRCInput::RC_yellow, this, "rc_yellow");