mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
CPersonalizeGui::addPersonalizedItems() fix digikey shortcut after use Personalize-Menu
This commit is contained in:
@@ -940,7 +940,7 @@ void CPersonalizeGui::addPersonalizedItems()
|
|||||||
bool add_shortcut = false;
|
bool add_shortcut = false;
|
||||||
|
|
||||||
//get shortcut
|
//get shortcut
|
||||||
if (d_key == CRCInput::RC_nokey && fw->active ) //if no icon is defined and item is active, allow to generate a shortcut,
|
if (fw->active && (d_key == CRCInput::RC_nokey || CRCInput::isNumeric(d_key))) //if RC_nokey or RC_key is digi and item is active, allow to generate a shortcut,
|
||||||
{
|
{
|
||||||
add_shortcut = true;
|
add_shortcut = true;
|
||||||
d_key = getShortcut(short_cut);
|
d_key = getShortcut(short_cut);
|
||||||
|
Reference in New Issue
Block a user