%HI_RegKeyHandler( IN INT _VKCode, IN BOOL _bCtrl, IN BOOL _bShift, IN BOOL _bAlt) |
| _VKCode | Code of pressed key. |
| _bCtrl | Attribute of the CTRL key state when the key _VKCode is pressed. |
| _bShift | Attribute of the SHIFT key state when the key _VKCode is pressed. |
| _bAlt | Attribute of the ALT key state when the key _VKCode is pressed. |
Example
; Shortcut ALT + a ALT+a %HI_RegKeyHandler(61,@FALSE,@FALSE,@TRUE) |