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
I want to mimic Alt+ Tab behaviour. This is like this..
-> Hold Key - LEFT ALT
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> Release Key - LEFT ALT
I am unable to do it, because when I use sendStroke for pressing TAB, it release LEFT ALT key too..
In other words, How can we release multiple keys and send instruction to release particular keys ?
Help me, also, give me idea, what coding i need it for this behaviour ?
The text was updated successfully, but these errors were encountered:
I want to mimic Alt+ Tab behaviour. This is like this..
-> Hold Key - LEFT ALT
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> delay 1000
-> Press and Release Key - TAB
-> Release Key - LEFT ALT
I am unable to do it, because when I use sendStroke for pressing TAB, it release LEFT ALT key too..
In other words, How can we release multiple keys and send instruction to release particular keys ?
Help me, also, give me idea, what coding i need it for this behaviour ?
The text was updated successfully, but these errors were encountered: