Skip to content
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

On Keyboard Event typeString there is no option for backspace and enter events. #3

Closed
sourcepirate opened this issue Jan 23, 2015 · 4 comments

Comments

@sourcepirate
Copy link

it would be better if you have keyboard enter and backspace events

@octalmage
Copy link
Owner

I personally imagined those keys would be accessible using keyTap, typeString is meant for words.

What did you have in mind?

@octalmage
Copy link
Owner

keyTap now accepts backspace and enter, like:

var robot = require("robotjs");

robot.keyTap("up");
robot.keyTap("backspace");

@sourcepirate
Copy link
Author

adding backspace is nice...same way i believe there should be an option for enter .correct me if i am wrong.

@octalmage
Copy link
Owner

You're correct and I did add enter also! I'll get the wiki updated.

@Venryx Venryx mentioned this issue Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants