I grew up with an IBM XT (whose huge feature was that it had 2 5 1/4" floppy drives), with keys that sounded like jackhammers. I'm a total keyboard lover I guess
Originally posted by shotts I actually have a trackball with more than three buttons. I still need to know how to program the buttons in order to send the correct signal.
What brand? What drivers are you using? If they are Apple's generic ones you should be golden. I can tell you what to do with Logitec's if you have those...
-Eric
(I have 4 buttons on my mouse working just fine...)
OK I can't help you directly but I may be able to give you enough info to help yourself. First under the preferences for X11.app make sure that you do not have the emulate third button option checked. This will only mess you up in the long run.
Now open an xterm and type xev this will open up a little window with a square in it and print lots of junk in the terminal. Now when you click in the window look at the event trace and see if you can figure out what buttons X thinks you have. In the correct configuration your middle button will be number 2 and you right button will be number 3. As an aside the scroll wheel should generate button 4 for up and button 5 for down.
Since things aren't working for you I assume that this is not the case but now you know what you need and hopefully what you have.
At this point I can't be as helpful since I don't know your drivers personally but what you need to do is assign the actions to match. On my logitec I had to assign the middle button as an "advanced" button. The numbering of buttons 2 and 3 are transposed on the Mac side of things as far as my drivers are concerned. That is where xev is a great tool for figuring out what is really going on.