az1324 0 Posted September 16, 2007 How can I send a Shift+Click to a control? Is there a way to set the shift state, then send the click, then release the shift? Thanks. Share this post Link to post Share on other sites
az1324 0 Posted September 16, 2007 Can I do Send("{SHIFTDOWN}") ControlClick( Send("{SHIFTUP}") ? Share this post Link to post Share on other sites
martin 85 Posted September 16, 2007 Can I do Send("{SHIFTDOWN}")ControlClick(Send("{SHIFTUP}")?Looks fine to me, (assuming the parameters for controlclick are added), but why not just try it and see what happens? 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. Share this post Link to post Share on other sites
az1324 0 Posted September 17, 2007 Looks fine to me, (assuming the parameters for controlclick are added), but why not just try it and see what happens?Does not seem to work. Share this post Link to post Share on other sites
weaponx 16 Posted September 17, 2007 Maybe ControlClick is bypassing the keyboard modifier. MouseClick() might work. Share this post Link to post Share on other sites