[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows clipboard
* John Fattaruso <johnf@xxxxxx> [030115 00:02]:
> 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:
> >Thanks but I can't find what keys that symbolizes. ^O is that ctrl-O?
* John Fattaruso <johnf@xxxxxx> [030115 18:56]:
> Yes, "^O^C" is the key sequence control-O, control-C, but this is just
> my personal extensions to the IDE mode in ide.sl. You can put whatever
> key sequence you want there, according your favorite operating mode.
Thanks John. This has helped me alot.
--
michael
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.