AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

password after login intermittently blanks

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
91v83y



Joined: 18 Nov 2009
Posts: 2

PostPosted: Wed Nov 18, 2009 1:16 pm    Post subject: password after login intermittently blanks Reply with quote

The simplest of scripts....#space:: Send xxxxxx{tab}xxxxx{enter}......worked for a long time then I had to reload this box, now it will not send the characters in the password area. Help out a knucklehead, will ya?
Back to top
View user's profile Send private message
doyle



Joined: 14 Nov 2007
Posts: 279
Location: London, England

PostPosted: Wed Nov 18, 2009 1:50 pm    Post subject: Reply with quote

What do you mean by "reload this box?"
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Wed Nov 18, 2009 2:19 pm    Post subject: Reply with quote

Code:
#space::
{
send xxxxx
sleep 500 ;added sleep here (1/2 sec.)
send {tab}
sleep 500 ;added another one here
send xxxxx
sleep 500 ;and another
send {enter}
}
return


Maybe the issue is that you just need to add a sleep interval into the script. *Usually* the added time will allow everything to run smooth.

I assume "reload this box" is pertaining to reloading OS on the PC?

Hope this helps!
Back to top
Guest






PostPosted: Wed Nov 18, 2009 4:20 pm    Post subject: Reply with quote

Yes it absolutely did help. I think the box I reloaded to is a slight bit slower than the original. Thanks!!
Back to top
91v83y



Joined: 18 Nov 2009
Posts: 2

PostPosted: Wed Nov 18, 2009 4:24 pm    Post subject: Reply with quote

When I said reload this box....I took all the info besides the OS and put it on a new computer in order to get rid of some bugs. The new setup stumbled when it tried to use the script I had previously had no trouble with.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group