Hey guys,
I was wondering how I can create a macro to open up a website when a certain key is pressed on the keyboard. Can anyone help me out?
Thanks,
Nick
Launch Website
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
This code will open a website:
ExecuteFile>http://www.mjtnet.com/
You could create a macro with just that line of code. Assign the macro to the hotkey of your choice.
If you want more control over the keystroke you want to use, you could use an OnEvent>KEY_DOWN handler. See the help file for OnEvent and search the forum for examples.
ExecuteFile>http://www.mjtnet.com/
You could create a macro with just that line of code. Assign the macro to the hotkey of your choice.
If you want more control over the keystroke you want to use, you could use an OnEvent>KEY_DOWN handler. See the help file for OnEvent and search the forum for examples.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?