RegisterHotkey returns 1 for MOD_CONTROL and VK_SCROLL, but WM_HOTKEY not fired?

44 views Asked by At

Per the title... I'm using RegisterHotkey with MOD_CONTROL as the modifier and VK_SCROLL for the key, and the API returns 1 for success, but WM_HOTKEY isn't fired when I press those keys?

WM_HOTKEY fires if I substitute MOD_ALT instead for MOD_CONTROL, so I know my code works. It just doesn't seem to like MOD_CONTROL with VK_SCROLL? Is this maybe a banned key combo for hotkeys? Thanks.

0

There are 0 answers