Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.HotKeyMonitor.HotKeyPressed

Andrew Lambert edited this page May 8, 2014 · 4 revisions

#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 0 to continue the transfer, or non-zero to abort.

##Notes Raised when a hotkey combo is pressed.

Clone this wiki locally