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
Detailed error description
When typing a string via typeString method the Shift key is constantly pressed and not released, no matter whether it has been actually pressed or not. Key will be released as soon as manual input follows.
Steps to reproduce error
On a Windows system this behaviour can be verified by opening the virtual keyboard and running this snippet:
constlibnut=require(".");libnut.keyTap("a");libnut.keyToggle("b","down");libnut.keyToggle("b","up");libnut.typeString("THIS is A test")
Additional content
Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)
The text was updated successfully, but these errors were encountered:
Version
2.0.0
Short overview
typeString
toggles Shift keyDetailed error description
When typing a string via
typeString
method the Shift key is constantly pressed and not released, no matter whether it has been actually pressed or not. Key will be released as soon as manual input follows.Steps to reproduce error
On a Windows system this behaviour can be verified by opening the virtual keyboard and running this snippet:
Additional content
The text was updated successfully, but these errors were encountered: