> On Fri, 20 Jun 2014 17:30:58 -0700, ToddAndMargo <[email protected]> 
> wrote:

> Anyone know if there is a way to get copy <shift><Ctrl><C>, paste
> <shift><Ctrl><V>, and cut <shift><Ctrl><X> keystrokes into an xterm?

The man page shows how to configure xterm to run certain functions on
given X events, such as key presses.

Search for the string #override in the man page, look for the calls to
insert-selection() and select-end().  You want entries for your preferred
keys to call those functions on CLIPBOARD.  <shift><Ctrl><C>, for example,
would look something like (untested):

      Shift Ctrl <Key>c insert-selection(CLIPBOARD) \n\

-JimC
-- 
James Cloos <[email protected]>         OpenPGP: 0x997A9F17ED7DAEA6

Reply via email to