Subject: Re: Color X Server for NetBSD 2.0.2
To: Tim & Alethea Larson <thelarsons3@cox.net>
From: Mark E. Perkins <perkinsm@bway.net>
List: port-mac68k
Date: 11/04/2005 04:57:18
On 11/3/05 8:29 PM, Tim & Alethea Larson wrote:
> Tim & Alethea Larson wrote:
> 
> What keys do I use to emulate buttons 2 and 3?  I don't want to have to
> kill the X process from a shell to get out.  I'll be trying my 3-button
> mouse soon.

Your mouse may "just work". Check the list of supported devices on the
web site (I can't find this page at the moment, so maybe it's gone???).

For mouse buttons from the keyboard, put the following in your .Xmodmap

keycode  79 = Pointer_EnableKeys
keycode 113 = Pointer_Button1
keycode 115 = Pointer_Button2
keycode 121 = Pointer_Button3

Mark