If I remember correctly, Brief used to have a keyboard function to append marked text to the clipboard and cut-append marked text to the keyboard. Does Zeus have equivalent capabilities? I haven't been able to find them in the function list. It's possible these were macros, but even so I can't find the functions I might use to implement equivalent macros.
Bill Diener
Clipboard Append
It's possible these were macros, but even so I can't find the functions I might use to implement equivalent macros.
The get_clipboard_text and set_clipboard_text macro functions can be used to write a macro that does this.
Also there are also the following keyboard functions that append data to the clipboard:
- LineCopyAppend
- LineCopyEndAppend
- LineCopyStartAppend
- LineCutAppend
- LineCutEndAppend
- LineCutStartAppend