Custom Shortcut Key Press Detection Class

https://github.com/oliversb/ShortcutKey

Cross platform class for implementing shortcut keys which can check for the pressing of shortcut keys at any given time.

This class currently doesn’t support the holding of shift or more keys than just the CTRL key and your own single custom key but you can use the TestIndividualKeyPressEvent event to test for more than one key or easily modify the class to suite this need.

This class mimics the way shortcut keys are handled in your opperating system.

ENJOY! Hope this will help someone out.