Porovnávané verzie

Kľúč

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

%HI_UnRegKeyHandler

Funkcia
Riadiaca funkcia pre odregistrovanie klávesových skratiek generujúcich udalosť OnKeyDown.

function


Function
Control function for unregistering keyboard shortcuts generating the OnKeyDown event.
Declaration Deklarácia


Blok kódu
languageesl
themeConfluence
%HI_UnRegKeyHandler(   IN INT _VKCode, IN BOOL _bCtrl, IN BOOL _bShift, IN BOOL _bAlt)


Parameters Parametre


_VKCodeKód stlačenej klávesyCode of pressed key.
_bCtrlPríznak stavu klávesy CTRL v momente stlačenia klávesy _VKCodeAttribute of the CTRL key state when the key _VKCode is pressed.
_bShiftPríznak stavu klávesy SHIFT v momente stlačenia klávesy _VKCodeAttribute of the SHIFT key state when the key _VKCode is pressed.
_AltPríznak stavu klávesy ALT v momente stlačenia klávesy _VKCode.
Popis

Riadiaca funkcia odregistruje klávesovú skratku, ktorej stlačenie generuje udalosť OnKeyDown.

bAltAttribute of the ALT key state when the key _VKCode is pressed.


Description

The control function unregisters a keyboard shortcut, the pressing of which generates an OnKeyDown event.

ExamplePríklad


Blok kódu
languageesl
themeRDark
 ; Remove Odobratiethe skratkashortcut ALT + a
 %HI_UnRegKeyHandler(61,@FALSE,@FALSE,@TRUE)