Control function that disables / enables the HI process shortcut.
Declaration
Blok kódu
language
esl
theme
Confluence
%HI_DisableHIHotKeys(IN BOOL _bDisable)
Parameters
_bDisable
disables / enables the HI process shortcut
Description
Keyboard shortcuts defined by the %HI_RegKeyHandlerfunction may conflict with HI process shortcuts.Therefore, the %HI_DisableHIHotKeys function has been created to disable HI process keyboard shortcuts.
Example
Blok kódu
language
esl
theme
RDark
; disable HI process keyboard shortcuts
%HI_DisableHIHotKeys(@TRUE)