I have a multimedia keyboard with separate keys, that are recognized in Crow's key sequence input as: "Launch (1)", "Home page", "Launch mail", and I even can accept the shortcut.
But as result, all of them are not working. Other combinations like default "Ctrl+Alt+C" work well.
Also, when I apply the changes, I see an error in console output:
QHotkey: Unable to map shortcut to native keys. Key: Qt::Key_HomePage Modifiers: QFlags<Qt::KeyboardModifier>(NoModifier)
OS - Ubuntu Linux 22.04, application - Crow Translate.
I have a multimedia keyboard with separate keys, that are recognized in Crow's key sequence input as: "Launch (1)", "Home page", "Launch mail", and I even can accept the shortcut.
But as result, all of them are not working. Other combinations like default "Ctrl+Alt+C" work well.
Also, when I apply the changes, I see an error in console output:
OS - Ubuntu Linux 22.04, application - Crow Translate.
Is it possible to fix?
Initial issue is here: https://github.com/crow-translate/crow-translate/issues/511