InfraRed Posted March 6, 2014 Posted March 6, 2014 (edited) Some times Autoit holds one of this keys. Even if they are not used with Send(""). For Example While 1 ControlSend("Window name","",0,"9") Sleep(1000) Wend Often keeps down shift key. Eve if I use Send instead ControlSend - it can randomly hold some of this keys and when I send("{ESC}") it sends Ctrl+Esc and Start menu pops up. Can I solve this problem? Edited March 6, 2014 by InfraRed
water Posted March 6, 2014 Posted March 6, 2014 Is this the code you use in your script? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
MyEarth Posted March 6, 2014 Posted March 6, 2014 http://www.autoitscript.com/wiki/FAQ#Why_does_the_Ctrl_key_get_stuck_down_after_I_run_my_script.3F InfraRed 1
InfraRed Posted March 6, 2014 Author Posted March 6, 2014 http://www.autoitscript.com/wiki/FAQ#Why_does_the_Ctrl_key_get_stuck_down_after_I_run_my_script.3F Thanks a lot. Haven't find it using search. Gonna read.
InfraRed Posted March 6, 2014 Author Posted March 6, 2014 Is this the code you use in your script? The smallest code that causing problem
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