Function: addHotKey
Add hot key handler to array of document-level hotkeys triggered by key-up event.
Parameters:
Integer (keyCode), Integer (shiftState), function (handler)
Returns:
Nothing
Note:
shiftState is a bitwise combination of SHIFT (0x10), CTRL (0x20) and ALT (0x40).
Left/right modifier key distinctions are not supported for hotkey handling.