meethayaam Posted September 30, 2020 Posted September 30, 2020 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
funkey Posted September 30, 2020 Posted September 30, 2020 Send("^q") meethayaam 1 Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now