Qt, WinApi and Keyboard Events
Unsolved
General and Desktop
-
wrote on 27 Jul 2020, 22:12 last edited by
Hallo,
I have a question about something which will probably cross WinApi. I have a Window Remote Desktop Widget. It connects to the remote server which asks the user if he or she wants to allow Remote View.
While this Window is active I want to prevent that Windows is reacting to hotkeys except of CONTROL+ALT+DEL ( my software will never mess with it, It is my principle that no software should prevent the user from Executing Task Manager).
I probably could do a hook but it would probably affect Qt KeyEvents.
Is there a good Hook Library which makes hooking easier?
Or is there an alternative way to disable ALT+TAB, Windows Key etc. for a limited time?
1/1