Hot Keys 1.03

License: Free ‎File size: 642.94 KB
‎Users Rating: 3.5/5 - ‎16 ‎votes

Hot Keys (THotKeys component) allows you to register and use system wide hot keys with unusual easy. The list of hot keys can be edited at design time as the hot keys collection published property and at runtime with several simple public methods. The hot key processing can be paused and resumed at runtime with Pause and Resume methods or with the Active property. When the user presses the shortcut combination registered as the hot key, the OnHotKey event is fired. Each hot key is present in collection by THotKeyData class that has own Active property that allows to enable and disable only one hot key and own OnHotKey event that allows to process each registered hot key separately. The event handler can be set at design time using standard collection property editor. Other useful properties, like ShortCut, Key, Shift, Text, etc. help to get all needed informationin convenient format: WinAPI's key and shift state, VCL's shortcut or text reperesentation of the shortcut combination.

VERSION HISTORY

  • Version 1.03 posted on 2013-10-01
    Compatibility with Delphi XE5
  • Version 1.03 posted on 2009-10-08
    Compatibility with Delphi 2010

Program Details