> (*) The problem here is that I regularly change from right-handed to
left-handed mouse and indeed regularly use a right-handed mouse with
left handed and vice versa. I think there needs to be a way of
describing all these three-button mouse things without the assumption of
right-handedness. I
Ah the launch import. The fix for that one is approved in the queue and
waiting to be merged. See
http://bundlebuggy.vernstok.nl/bzr-gtk/request/[EMAIL PROTECTED]
Right mouse button is an 'if event.button == 3'
(on_treeview_right_button_press_event function in olive/__init__.py)
Do you know wha