Jump to content

SHIFTDOWN does seem to work


 Share

Recommended Posts

Im trying to ControlSend($title, "", "", "{SHIFTDOWN}")

It doesnt seem to work.

where in the help file did you see that you can combinate "{SHIFTDOWN}" with ControlSend() command? that is only on Send() (correct me if im wrong about this ^_^ )

from the help file ControlSend()

ControlSend works in a similar way to Send

Opt("SendKeyDelay",...) alters the the length of the brief pause in between sent keystrokes.

Opt("SendKeyDownDelay",...) alters the length of time a key is held down before being released during a keystroke.

can you pls explain what r y trying to do, and did you try forum search to see if your question or simular is aldeady posted and replayed?

Edit:

from the help file ControlSend()

As mention in the Send help the keyboard that send different chars when in CAPS LOCK and using the Shift Key cannot be simulated.

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

does it work if you use it like this?

Dim $shiftdown = Send("{SHIFTDOWN}")
ControlSend("","","",$shiftdown)
No.

Look in the help and see what the return from Send is. But why ask when you can try it and find iout much more quickly?

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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...