> > That would be an ADB mouse. Additional mouse buttons can be emulated by > > keys using the adb_buttons=1,x,y kernel option (x and y being the keycodes > > for the emulation keys). > > > > I am running potato with an adb mouse but don't have 3 button emulation. What > should I put for x and y? Is there any way to just put x and y into the kernel > source and recompile it? I also thought there is a 'z' for the third button.
I use adb_buttons=103,111 with 2.2 kernels and adb_buttons=1,103,111 with 2.3 and later. This makes F11 emulate the second button and F12 emulate the third button. The first button is on the mouse (now a zero button mouse would be weird even by Apple standards). Use showkey to find the keycodes of other keys. Michael