Clipboard Append

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
pwdiener
Posts: 134
Joined: Wed Jul 11, 2007 3:45 pm

Clipboard Append

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply