Quake3 has disabled the alt and windows keys. Is there any way to reenable them even while quake3 is running? I need those keys even while i have the game open.
They way i think it works is that the game registers a hotkey using RegisterHotKey and then set the handled property to true every time the key is pressed. So if you use UnRegisterHotkey on these keys on the quake3-window i guess the keys will start working again. The problem is that you have no idea what hotkey-id the disabled keys have.
Is there any way to enumerate the hotkeys that a window has registered to get all the hotkey-ids?