Nathan L. Cutler wrote:
> 
> On Fri, 3 Jan 1997, Zenon Fortuna wrote:
> 
> > I would like to copy lines across opened xterm windows: to select a few
> > lines with the left-button, then to go the another window and paste the
> > selected text pressing the right button (or the left+right together).
> >
> > Why I cannot do it ? Hints ?
> 
> It isn't the _right_ mouse button that is generally set to "paste", but
> rather the _middle_ button.  So, if you only have a two-button mouse (not
> so good for X in any case), it must be set up to send the code for the
> middle button when both buttons are pressed at once (the so-called "chord
> click").
> 
> I'm not exactly certain how to set this up correctly in your case, since
> I don't know what kind of mouse you have and what its capabilities are.
> 
> ---
> Nathan L. Cutler
> Linux Enthusiast
> http://www.cise.ufl.edu/~nlc

If you have a two-button mouse and pressing the right and left buttons
simultaneously doesn't not paste text for your xterm then you need
X to emulate a 3-button mouse. To do this you must a few lines to your
/etc/X11/XF86Config file in the "Pointer" section as follows:

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Emulate3Buttons
    Emulate3Timeout    50

That should do the trick.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to