Brad <[EMAIL PROTECTED]> writes: > On Sun, Jul 02, 2000 at 06:27:17PM -0500, Philippe wrote: > > also, do you know how to configure an X manager so that a 1 button USB > > macintosh mouse can copy and paste in xterminals? (it is able to select > > text in emacs currently but not to paste by a click of a button, and it > > doesn't work at all anywhere else.)
You can map btn2 and btn3 to keys (without modifiers). To do so, you need to pass arguments to the kernel, eg. adb_buttons=127,52 (YMMV) If you're using Xpmac, you may have to pass argument to it too. Here's a part of my /etc/dem/gdm.conf (YMMV): [servers] 0=/usr/bin/X11/X vt7 -middlekey 135 -rightkey 60 (snip; YMMV) I have a PowerBook 3400, German keyboard. To find about your key mapping, type showkey on the console or xev (apt-get install xcontrib) on X. Andre