Hello,
In that case, you can create a macro comprising of keystrokes to insert Subject in already open email editor window (it can be either for replying or forwarding) and then assign hotkey to this macro. The text format of your macro would appear like this:
Keystrokes: [ALT DOWN]u[ALT UP] in "Currently Active Window" // to go to Subject text box
Delay: (250 ms)
Keystrokes: [SHIFT DOWN][END][SHIFT UP] in " Currently Active Window "
Delay: (250 ms)
Keystrokes: Release-Authorised in " Currently Active Window " //will type required subject
Delay: (250 ms)
Keystrokes: [TAB] in " Currently Active Window "//will take the cursor in email body
Delay: (250 ms)
We have also attached macro for your convenience. Copy it under location: My Documents\Workspace Macro Pro\My Macros\
Assign hotkey to it so that you can run it just by pressing keyboard shortcut. You can find hotkey tab at the bottom of main window.
Hope that helps. |