> dev.mac_hid.mouse_button2_keycode = 101 > dev.mac_hid.mouse_button3_keycode = 109 > dev.mac_hid.mouse_button_emulation = 1 > > > using showkey, I found F9 to be 101 and F10 to be 109.
Look in linux/input.h and use the keycodes defined there for F9 and F10. Michael