 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
cat2alpa Guest
|
Posted: Sat Apr 16, 2005 1:55 am Post subject: Got it done? |
|
|
| That is great you got it done... what did you end up doing bro??? Code?? |
|
| Back to top |
|
 |
wilmington Guest
|
Posted: Tue May 03, 2005 7:29 pm Post subject: |
|
|
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
|
Posted: Tue May 03, 2005 7:45 pm Post subject: |
|
|
| 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 |
|
 |
Guest
|
Posted: Tue May 03, 2005 8:05 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|