Jump to content

Recommended Posts

Posted (edited)

Have you tried reading the documentation?

To hold a key down (generally only useful for games)

    Send("{a down}") ;Holds the A key down

    Send("{a up}") ;Releases the A key

I am not sure if this will work with Esc but you should try it.

*** Matt @ MPCS

Edited by Matt @ MPCS
Posted

I send 2 keys all the time for in game macros.

example

send ("!3")

will trigger alt+3

you can also do

send ("ALT{3}")

type send into the search helpfile for a list of send commands.

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...