As for how to register a hotkey:
In the WE control press ALT-H, to go to the Help menu. Then scroll down till
you get the Scripting manual. Press ENTER.
You can scroll the list of contents, with the Arrow keys. To expand one
item, press the Right arrow, to collapse it, press LEFT arrow. Press enter,
to open a chapter, and F6, to go to the text. Press F6 again, to get back to
the contents list.
Start out, reading the first couple of introductory pages. They will give
you some useful info, as to how to write a script, and implement it in WE.
Here, they also give you all that you need know, for now, about how to make
a key combination a HOTKEY, even giving you an example, that you simply can
copy/paste, into your favorite text editor, and play around with.
----- Original Message -----
From: "Tyler's Scripting" <[email protected]>
To: <[email protected]>
Sent: Monday, November 02, 2009 10:46 PM
Subject: RE: Hot keys
And what are those?
Could you email me an example?
Tyler
----- Original Message -----
From: "Jeff Bishop" <[email protected]
To: <[email protected]
Date sent: Mon, 2 Nov 2009 05:45:32 -0700
Subject: RE: Hot keys
Use the Keyboard object and the RegisterHotkey method.
-----Original Message-----
From: Tyler's Scripting [mailto:[email protected]]
Sent: Monday, November 02, 2009 4:37 AM
To: [email protected]
Subject: Hot keys
Hi guys,
I need some help.
Ok, so I want to set a hotkey in one of my scripts.
What is the property or object I need to use?
Also, what is the object or property to make a script open a u r
l in internet explorer?
Tyler