1 Resposta
0
You cannot just disable it as it is handled on lower level than your programm runs (Like Alt+F4 is handled by console before it gets to programm itself). The only way is using Windows hooks (with can be quite complicated in python) and catch all keys before it gets even to desktop manager. Note that this won't block Ctrl+Alt+Delete as it is handled directly by system