From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 13:36:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80C5F16A419 for ; Sat, 28 Jul 2007 13:36:00 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 551B613C483 for ; Sat, 28 Jul 2007 13:36:00 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from trapper.homedns.org (213.114.40.248) by proxy3.bredband.net (7.3.127) id 46A8FA4C00083AFF; Sat, 28 Jul 2007 15:35:58 +0200 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.13.8/8.13.8) with ESMTP id l6SDZvrY001418; Sat, 28 Jul 2007 15:35:58 +0200 (CEST) (envelope-from lazlar@lazlarlyricon.com) Message-ID: <46AB463D.90504@lazlarlyricon.com> Date: Sat, 28 Jul 2007 15:35:57 +0200 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Garrett Cooper References: <46AAFD17.1020702@lazlarlyricon.com> <46AB001B.7020204@u.washington.edu> In-Reply-To: <46AB001B.7020204@u.washington.edu> Content-Type: multipart/mixed; boundary="------------060107050203080604000305" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Tracing mouse events X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2007 13:36:00 -0000 This is a multi-part message in MIME format. --------------060107050203080604000305 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Garrett Cooper wrote: > Rolf G Nielsen wrote: >> Does anyone know a utility, that would let me se mouse events in human= =20 >> readable form? I recently bought a new mouse, which moused reports as = >> having 16 buttons, and xmodmap -pp reports 15 buttons. >> >> As far as I can see, it doesn't have 15 or 16 physical buttons. If I=20 >> count the wheel as two buttons, I get 8 or possibly 10: >> >> left & right (two buttons) >> pushing the wheel (one button) >> scrolling the wheel (two "buttons") >> tilting the wheel left or right (two "buttons", which I guess are=20 >> intended for horizontal scrolling) >> and a thumb button (one button) >> >> There are also two buttons, that increase or decrease the resolution=20 >> of the mouse, but I don't think those generate any mouse events. >> >> I'd like to find out which button is which, so I can install an actual= =20 >> xmodmap that I'm happy with. >> >> /Rolf Nielsen >=20 > Try xev. It captures all X11 input events within a small X widget=20 > created box. Beware though -- it captures all input, including mouse=20 > movement and keypresses. > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 >=20 Thanks. It did exactly what I was looking for... plus more. But not=20 touching the keyboard isn't too hard, and holding the mouse reasonably=20 still, was something I expected to have to do anyway. :D --=20 V=C3=A4nligen / Sincerly, Rolf Nielsen --------------060107050203080604000305--