From owner-freebsd-mobile@FreeBSD.ORG Wed Sep 21 04:38:23 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0C616A41F for ; Wed, 21 Sep 2005 04:38:23 +0000 (GMT) (envelope-from grafan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C860443D49 for ; Wed, 21 Sep 2005 04:38:22 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so79967wxc for ; Tue, 20 Sep 2005 21:38:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s26qWEcxg/AanAkN8t6Xeb8uyXJmUqPzhxwl0Jt2dS7Exfk+h2x2bSKe1Pnfng1TTRclj+6pa/onw9ufrlIQxXuDX6qBf2yQFjUxN2+Upp0i/N9GnS29Rq25hd87ucILXfDEqKvHQGgnHYWF7dWiSsiTk2Z+wAENd9BeXtmaAmc= Received: by 10.70.111.9 with SMTP id j9mr2371165wxc; Tue, 20 Sep 2005 21:38:21 -0700 (PDT) Received: by 10.70.129.19 with HTTP; Tue, 20 Sep 2005 21:38:21 -0700 (PDT) Message-ID: <6eb82e0509202138134f69cd@mail.gmail.com> Date: Wed, 21 Sep 2005 12:38:21 +0800 From: Rong-En Fan To: Jochen Gensch In-Reply-To: <43309474.10104@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43309474.10104@gmx.de> Cc: freebsd-mobile@freebsd.org Subject: Re: Thinkpad middle button for scrolling? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grafan@gmail.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 04:38:23 -0000 On 9/21/05, Jochen Gensch wrote: > is there any way to configure the middle button of a thinpad for > scrolling under X? Under Windows I can hold it down and scroll a page up > / down by moving the track point. This would be nice to habe under > FreeBSD as well :-). I think you can add '-V' to moused, from moused(8) -V Enable ``Virtual Scrolling'', with this option set, holding th= e middle mouse button down will cause motion to be interpreted a= s scrolling. Use the -U option to set the distance the mouse mu= st move before the scrolling mode is activated. I'm quite happy with this :-) Regards, Rong-En Fan