Page 1 of 1

Clipboard Append

Posted: Wed Apr 02, 2008 1:22 pm
by pwdiener
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

Posted: Wed Apr 02, 2008 10:37 pm
by jussij
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
Cheers Jussi