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