amin-ahmadi.com
How to use System-Wide Hotkeys in your Qt application - Amin
First of all, this method can only be used in Windows because it makes use of the RegisterHotKey function which is a Win32 API function. So if you want to trigger a function in your Qt application even when your application is out of focus or minimized or even hidden then follow the steps below one by … Continue reading "How to use System-Wide Hotkeys in your Qt application"
Amin