[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows clipboard
Yes. Map the functions x_copy_region_to_cutbuffer and x_insert_cutbuffer to
a key sequence in your jed.rc and you have it, as in:
setkey ("x_insert_cutbuffer", "^O^C"); % Paste clipboard
setkey ("x_copy_region_to_cutbuffer", "^O^K"); % Copy to clipboard
Michael Johnson wrote:
Is it possible to access the windows clipboard in Jed? Eg. pasting text from
an ordinary windows program?
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.