js code:
Interop.Call("user32", "RegisterHotKey", WndSbc.Handle, "OpenMenu", MOD_ALT + MOD_SHIFT, 0x4D);
And if that is the case, how can I monitor it so I can perform an action when the combination is pressed?
EDIT: It works with just "MOD_ALT", or with just "MOD_SHIFT", but can I use both?