Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_DisableHIHotKeys function


Function
Control function that disables / enables the HI process shortcut.
Declaration


Blok kódu
languageesl
themeConfluence
%HI_DisableHIHotKeys(IN BOOL _bDisable)


Parameters


_bDisabledisables / enables the HI process shortcut


Description

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


Blok kódu
languageesl
themeRDark
 ; disable HI process keyboard shortcuts
 %HI_DisableHIHotKeys(@TRUE)