-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to capture keyboard events? #28
Comments
This would also allow to build a tool for expanding text snippets, which currently e.g. autokey can do. Is a event/keyboard capturing planned for later or is it out of the scope of this project? |
See #55, I don't think I want to include this in RobotJS but I am interested in developing it since Node.js is missing a good solution. |
Alright, sorry, I have somehow overseen that discussion. More modules makes sense to me. Good luck with it :) |
No worries! At least you found this one. :p Thanks! |
We have established robotjs is for sending events, does anyone know a library that can capture keypresses easily? |
Hello, It is possible to receive the key that was pressed when typing? something like onkeypress event in the browser.
My use case would be implement a keylogger :)
The text was updated successfully, but these errors were encountered: