mouse gestures

Talk about add-ons and extension development.
Post Reply
gcamenis
Posts: 5
Joined: November 26th, 2002, 1:06 pm

mouse gestures

Post by gcamenis »

In Phoenix, when performing mouse gestures,I would prefer using the right(not left)mouse button .This is not possible to configure in preferences.What can I do?
NewtoN
Posts: 6
Joined: November 26th, 2002, 10:49 am

Post by NewtoN »

you have to edit the prefs.js in your profile-folder manually.

there is:
user_pref("mozgest.mousebutton", 0);

the 0 is the left button, 1 the middle and 2 is the right one.
Post Reply