02-02-2017, 07:08 AM
The API documentation says that F12 is "reserved for use by the debugger at all times". Probably Shift+F12 too. But Ctrl+Shift+F12 works.
__RegisterHotKey hk3
if(!hk3.Register(0 3 MOD_SHIFT VK_F12)) mes- "This hotkey is already registered by another application." "" "x"
__RegisterHotKey hk3
if(!hk3.Register(0 3 MOD_SHIFT VK_F12)) mes- "This hotkey is already registered by another application." "" "x"