I’m trying to make a QT application detect when I press a key to start/stop an action even if the application is minimized/not focused.
Other articles state that I should probably use: Qxt, a deprecated library that has a globalshortcut class that allows for this behavior.
I’m not too sure how to go about installing it though since I haven’t found a source that explains the installation of this library using CMAKE, only QMAKE.