%HI_UnRegKeyHandler( IN INT _VKCode, IN BOOL _bCtrl, IN BOOL _bShift, IN BOOL _bAlt)
The control function unregisters a keyboard shortcut, the pressing of which generates an OnKeyDown event.
Example
; Remove the shortcut ALT + a %HI_UnRegKeyHandler(61,@FALSE,@FALSE,@TRUE)
Related pages:
Active picture manipulation functionsFunction arguments - types
0 komentárov