Jump to content

Recommended Posts

Posted

how can i do that my progrem will send ctrl + s (fast save..).

i know that fo ctrl i need to do send("{lctrl}") and how can i say him to do it with "S"?

thx for all!

Posted (edited)

Look up the Send() command in the help file. The syntax is: Send(" character you want to send ")

EDIT: Sending multiple keys is as easy as Send("dog") which will send "d" then "o" then "g", so now just add and s after {lctrl} :whistle:.

EDIT EDIT: Lol forgot about the shortcuts for the special keys... JdeB's way is much simpler.

Edited by dandymcgee

- Dan [Website]

Posted (edited)

im soory, i'm noob =\

where to write ^s?

i tried many ways and none works :whistle:

edit: ho. NVM its working ^^ thx!!

Edited by TheCrow34
Posted

how can i do that my progrem will send ctrl + s (fast save..).

i know that fo ctrl i need to do send("{lctrl}") and how can i say him to do it with "S"?

thx for all!

RTFM

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