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 

Sending keystrokes to a login box on a web page
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
cat2alpa
Guest





PostPosted: Sat Apr 16, 2005 1:55 am    Post subject: Got it done? Reply with quote

That is great you got it done... what did you end up doing bro??? Code??
Back to top
wilmington
Guest





PostPosted: Tue May 03, 2005 7:29 pm    Post subject: Reply with quote

Hi there,
comming from macro express's simple tool, I am overwhelmed by the functionality of autohotkey.

To get started I wanted to implement a simple macro:

press

Ctrl + Alt + Shift + F1

in Mozilla results in a text string sent :

emailaddress {tab} password {enter}

But thus far I have been unable to do this. I always get an Error (no recognized action).

I looked at the Script Showcase, but my simple need is not even listed there.

Would it be possible to include such a simple keyboard macro there?

Can somebody be kind and post a functioning (complete) script as mentioned?
I am sure it will help many, thanks!
Back to top
Serenity



Joined: 07 Nov 2004
Posts: 1276

PostPosted: Tue May 03, 2005 7:45 pm    Post subject: Reply with quote

Code:
SetKeyDelay, -1

^!+F1::
IfWinActive, ahk_class MozillaWindowClass
  Send, address{TAB}password
return

_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Tue May 03, 2005 8:05 pm    Post subject: Reply with quote

WOW! IT WORKED!

THANK YOU, Serenity!!

I can finally get rid of macro express!!!

THANK YOU, Chris Mallet and all who help!

this is so great!!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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