E1M1 Posted June 29, 2010 Posted June 29, 2010 (edited) send("{lAlt Down}") ;code Send("{lAlt Up}");Does anyone know why it doesn't send alt up? it stays down for ever. is there any direct dll call to send alt up? Otherwise I would have to use C++ only to send alt up. Edited June 29, 2010 by E1M1 edited
PsaltyDS Posted June 29, 2010 Posted June 29, 2010 Because there's no space in "{ALTUP}" (or "{ALTDOWN}" for that matter)? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
E1M1 Posted June 29, 2010 Author Posted June 29, 2010 it worked with space when I tried alt instead of lalt. Note that l is making diference. edited
PsaltyDS Posted June 30, 2010 Posted June 30, 2010 it worked with space when I tried alt instead of lalt. Note that l is making diference.Uhmm... what? Maybe you could start over with a plain statement of what you meant to send? Are you trying to simulate holding the ALT key down continuously for a while, or to perhaps to send UP or DOWN just once with the ALT modifier applied? The later would be: "!{UP}" or "!{DOWN}" Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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