gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.05k stars 257 forks source link

Added new keyboard event including both the keydown and keypress data #102

Closed fotis89 closed 4 years ago

fotis89 commented 6 years ago

I have added a new event in the IKeyboardEvents interface(KeyDownTxt), since i found my self in a situation where a needed to know when a keystroke has produced any characters and it was hard using the existing functionality.

Let me know if something is not following the coding convensions of the rest of the application in order to improve it.

fotis89 commented 5 years ago

?