selevo Posted October 11, 2018 Posted October 11, 2018 (edited) #include <Inet.au3> HotKeySet("^+{BACKSPACE}" , "SendUSD") #HotKeySet("{F10}", "qui") while(1) sleep(100) wend func SendUSD() $aRes="1234567890" #sgBox(0,"",$aRes[0]) Send($aRes); endfunc func qui() exit endfunc Script start after pressed Ctrl+Shift+Backspace and inserted only if i quickly release the buttons Ctrl and Shift keys but after the program leaves the Ctrl key stuck What is the reason for this and how to solve it? Edited October 11, 2018 by selevo
Moderators JLogan3o13 Posted October 11, 2018 Moderators Posted October 11, 2018 @selevo we have a pretty great Wiki, which we suggest people (especially new) read before posting. A lot of these commonly asked questions are answered in the FAQ section: https://www.autoitscript.com/wiki/FAQ#Why_does_the_Ctrl_key_get_stuck_down_after_I_run_my_script.3F "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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