SCIENTIFIC-LINUX-USERS Archives

June 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
James Cloos <[log in to unmask]>
Reply To:
James Cloos <[log in to unmask]>
Date:
Sat, 21 Jun 2014 19:30:40 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
> On Fri, 20 Jun 2014 17:30:58 -0700, ToddAndMargo <[log in to unmask]> 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 <[log in to unmask]>         OpenPGP: 0x997A9F17ED7DAEA6

ATOM RSS1 RSS2