Cyrect Posted March 2, 2007 Posted March 2, 2007 For the past few days I have been trying to find the command that holds the ^ < > keys or down that is.. I have been trying to find them forever I need to get them for my latest project. So I need a command that can hold the arrow keys for a certain number of seconds.
Helge Posted March 2, 2007 Posted March 2, 2007 Helpfile :AutoIt --> Function Reference --> Keyboard Control -> .. ?
BrettF Posted March 2, 2007 Posted March 2, 2007 For the past few days I have been trying to find the command that holds the ^ < > keys or down that is.. I have been trying to find them forever I need to get them for my latest project. So I need a command that can hold the arrow keys for a certain number of seconds. Send ("{LEFT DOWN}") Sleep (100) Send ("{LEFT UP}") Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Cyrect Posted March 2, 2007 Author Posted March 2, 2007 Helpfile :AutoIt --> Function Reference --> Keyboard Control -> .. ?Tried it I don't understand some of it I have tried the folowing pretty much...Send("KeyDownDelay , 5000 , {DOWN}")Send("KeyDelay , 5000 , {DOWN}")Send("KeyDownDelay , {DOWN} , 5000And a lot more I just don't remember them, but I remember that they didn't work.
Cyrect Posted March 2, 2007 Author Posted March 2, 2007 Send ("{LEFT DOWN}") Sleep (100) Send ("{LEFT UP}") Thanks a bunch, I knew someone would know it(Probably most of the users here know it) But thanks anyways!.
BrettF Posted March 2, 2007 Posted March 2, 2007 Tried it I don't understand some of it I have tried the folowing pretty much...Send("KeyDownDelay , 5000 , {DOWN}")Send("KeyDelay , 5000 , {DOWN}")Send("KeyDownDelay , {DOWN} , 5000And a lot more I just don't remember them, but I remember that they didn't work.Since when had KeyDelay Been a key?Maype you mean Opt ("SendKeyDelay", 5000) Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Cyrect Posted March 2, 2007 Author Posted March 2, 2007 Since when had KeyDelay Been a key?Maype you mean Opt ("SendKeyDelay", 5000)No I mean if I wanted to scroll down on a page holding the down button, I want a script to do that for me. Only I'm using it in a game. Also I finally relised why my other tries did not work. It was actually simple, after I remember that you can have anymore that 1 command per line.
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