Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 410 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 410 Bytes

HotKeyToolKit

Global HotKey Manipulation Framework.

This Framework provide 3 functionality:

  • HKHotKey: A class to create, register and handle Global HotKey Events.
  • HKKeyMap: A class used to map virtual keycode and modifiers to characters (and characters to virtual keycodes and modifiers).
  • HKTrapWindow: An helper class useful to create HotKey creation field by catching user keystrokes.