Jump to content

Recommended Posts

Posted

I know that this is naïve question but at this moment i need .....i tried myself to find to find but no success 

i want auto it send ctrl+q  key 

it is for quite photoshop 

 

here is my code 

Run("C:\Program Files\Adobe\Adobe Photoshop CS6\Photoshop.exe")
Sleep(5000)
Send("{F12}")
Sleep(5000)
Send("{F11}")
Sleep(15000)
Send("^+{Q}")
Exit

 

Posted
Send("^q")

 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...