It seems the Optimoz gesture exchange page is down. But the project page on Mozdev seems to be up!!
matt added a comment (well 3) to the Firefox Extensions I use (2007-08-09) post, asking for it since the page is down and googling didn't find anything, so here it is:
- In Firefox, goto Add-ons -> Mouse Gestures -> Options -> "Edit Gestures" button (at the bottom of the General tab, and click New.
- In the Gesture code textfield, enter: LR
- For Function Type, select: Custom
- In Gesture Name textfield, enter: Go to first page
- In Custom JavaScript code textarea, enter: if (gBrowser.sessionHistory.index > 0) gBrowser.gotoIndex(0);
Now, you only have to hold down the Right mouse key, and flick the mouse to the Left and then back to the Right!!
1 comment:
thanks!!! sorry for the multiple comments.
Post a Comment