jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

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>.


[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]