%HI_DisableHIHotKeys(IN BOOL _bDisable)
_bDisable | disables / enables the HI process shortcut |
Keyboard shortcuts defined by the %HI_RegKeyHandler function may conflict with HI process shortcuts. Therefore, the %HI_DisableHIHotKeys function has been created to disable HI process keyboard shortcuts.
Example
; disable HI process keyboard shortcuts %HI_DisableHIHotKeys(@TRUE)
Pridať komentár