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
Great work getting this working on windows. NPM install is now no problem for me.
I'm wondering if the keyboard api is complete (the readme indicates it is)? In AutoHotkey the send function accepts a minilanguage like: "{End}Sincerely,{enter 4}John Smith" Any plans to implement that in robotjs... or should write my own wrapper?
The text was updated successfully, but these errors were encountered:
This is something we're discussing in #4. I think I want to implement something like this in Node and have it call the necessary C functions. Then you can run robot.keyboard.type("hello{enter}").
I'm not sure yet, still focusing on features. This will probably be the last step towards 1.0.0.
Great work getting this working on windows. NPM install is now no problem for me.
I'm wondering if the keyboard api is complete (the readme indicates it is)? In AutoHotkey the send function accepts a minilanguage like: "{End}Sincerely,{enter 4}John Smith" Any plans to implement that in robotjs... or should write my own wrapper?
The text was updated successfully, but these errors were encountered: