Forum Discussion
SofiaRomero
Jul 08, 2024Copper Contributor
Desktop Keyboard Shortcut Keys Very Slow To Respond
This is something that I have only encountered in Windows 11, although I have seen plenty of reports of it occurring in Windows 10. Here is one such report on Windows 10 Forums. Here is a Super Us...
msft745
Sep 17, 2024Copper Contributor
one thing that can cause this was if there are any processes running in the 'suspended' state (windows will suspend processes automatically thru the "Background apps" setting).
Apparently the hotkey code sends a message to each process before executing the hotkey app, and since suspended processes cannot respond it has to wait for them to time-out first. Thankfully it seems to be done in parallel, so you only have to wait for one timeout no matter how many suspended processes there are. This bug was present in windows 10 at least up thru 2020 and probably later.
Check for suspended apps in task manager, and try disabling background apps to see if it speeds up hotkeys.