From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grigory Batalov Subject: Re: copy Date: Mon, 9 Dec 2002 08:17:38 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20021209081738.1ee3fb30.grisxa@mail.ru> References: <3DF399CF.6010201@lockie.ca> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org On Sun, 08 Dec 2002 14:21:01 -0500 (EST) Bart Oldeman wrote: > > >As almost anywhere in X, select text by dragging the mouse with the left > > >mouse button pressed, press middle mouse button to paste. > > > > > I don't have a middle button. :-( > > click left+right at the same time. shift+ins might work too. To emulate 3rd button must be said in X config (/etc/X11/XF86Config-4 on my system): Section "InputDevice" Identifier "Mouse1" Driver "mouse" ... Option "Emulate3Buttons" Option "Emulate3Timeout" "50" EndSection -- Grigory Batalov