Skycoder42/QHotkey

Can't map media buttons (like "Launch mail" button) to global shortcuts

MurzNN opened this issue · 0 comments

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.

Is it possible to fix?

Initial issue is here: crow-translate/crow-translate#511