Jump to content

Recommended Posts

Posted (edited)

anybody help me how can i press leftwinkey+leftctrl+1 by using Autoit

I have tried using Send("{LWIN}+{LCTRL}+{1}") but its not working

Try this:

Send("{LWIN}{LCTRL}1")

or

Send("^#1")
Edited by Andreik

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...