This code demonstrates how to capture keyboard inputs all over windows. A class module is provided, and a 2nd example is provided to capture all keyboard keys, including special keys
Inputs
Declare a Keybclass object as described in the code
Assumes
this code uses windows api about keyboard inputs; it gives virtual, keybord and ascii code values, including key-state (alt, ctrl, shift keys)
Returns
Event raised.