Jump to content

problem with send keys ctrl+a


 Share

Recommended Posts

Hi,

I have a problem sending ctrl+a keys to a program.

That is NOT working:

send ("^a")

Next example is only partial working. The "down" is working the "up" not as all programms which are minimzied can not be maximized again until pressing strg again manually.

Send("{LCTRL down}{a down}")

Sleep(1000)

Send("{LCTRL up}{a up}")

So in the last example the ctrl+a is working but not released again.

Any idea?

Thanks

Daniel

Edited by daniel02
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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