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 Jul 23, 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 True if you handled the hotkey and neither Windows nor the runtime should attempt default processing.

##Notes Raised when a hotkey combo is pressed.

Clone this wiki locally