WinLib.HotKeyMonitor.HotKeyPressed - charonn0/WinLib GitHub Wiki

#WinLib.MessageMonitor.HotKeyPressed

##Event Signature

    Event Function HotKeyPressed(Identifier As Integer, KeyString As String) As Boolean

##Parameters

Name Type Comment
Identifier Integer The unique identifier of the hotkey combo
KeyString String A representation of the key combo (e.g. "Control+Alt+A")

##Return Value Return True if you handled the hotkey and neither Windows nor the runtime should attempt default processing.

##Notes Raised when a hotkey combo is pressed.