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
keyboard.hit(element,{'keyCode':58})keyboard.hit(element,{'keyCode':78});// here we should repeat keydown events// dunno what is the exact behavior to mimic currentlykeyboard.release(0);keyboard.release(1);
Now we've got some actions enabled, i'd like to talk about how to manage complexer scenarios and how to design the API for that purpose.
Here are some ideas i have in mind:
Let me know what you think
The text was updated successfully, but these errors were encountered: