You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
' Hook up the Elapsed event for the timer.
AddHandler keyboardWatcher.OnKeyInput, AddressOf OnKeyInputEvent
Private Sub OnKeyInputEvent(source As Object, e As KeyInputEventArgs)
Console.WriteLine(string.Format("Key {0} event of key {1}", e.KeyData.EventType, e.KeyData.Keyname));
End Sub
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could you be so kind to give me a example of using your awesome library in VB.Net
Also could this library be used to globally catch the WM_PASTE hook.
So you can detect user paste not only by ctrl v but also by context menu
Thanks so much for this library and your work
The text was updated successfully, but these errors were encountered: