I\'m trying to set global shortcut for my applcation using QxtGlobalShortcut. Here is my code:
QxtGlobalShortcut m_hotkeyHandle; m_hotkeyHandle.setShortcut(
There was a bug in Qxt-lib 0.5 with shortcut. I spoke with developer and knew that i just need to update library from dev-branch (0.5.1 is worked).
Can it be that another program has been tied to this global shortcut already?