Skip to content

Instantly share code, notes, and snippets.

@msadowski
Last active July 24, 2016 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msadowski/4df6871f0d2b480dc61a242ee2f336cb to your computer and use it in GitHub Desktop.
Save msadowski/4df6871f0d2b480dc61a242ee2f336cb to your computer and use it in GitHub Desktop.
KeyboardIntercept keyboardIntercept = new KeyboardIntercept();
keyboardIntercept.KeyIntercepted += new EventHandler<KeyEventArgs>(Form_KeyDown);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment