ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

mouse shortcut (Firefox) to jump to top of page

(1/3) > >>

techidave:
Sometimes I get lazy and don't want to reach for the home key on the keyboard.  I would rather use my mouse to go to top page of a site without scrolling with the mouse.  In IE, you can right click the scroll bar and choose top and it will go there.  I do not have that option in Firefox 19.0.

Does this option even exist?

lanux128:
if you have a mouse with back/fwd buttons, then you can use AHK to do what you want.


--- Code: Autohotkey ---; Home & End keys#IfWinActive Mozilla FirefoxXButton1::  Send, {End}Return XButton2::  Send {Home}Return#IfWinActive

techidave:
Used to have one of those type of mice, but not anymore.

AndyM:
or you could try a mouse gesture add-on.  I use All-In-One Gestures for Firefox.

I use the right button and a few simple gestures to move between tabs, go to top of page, zoom.  

skwire:
or you could try a mouse gesture add-on.  I use All-In-One Gestures for Firefox.

I use the right button and a few simple gestures to move between tabs, go to top of page, zoom. 
-AndyM (March 16, 2013, 07:04 AM)
--- End quote ---

Absolutely agreed.  Browsing without using mouse gestures is no fun at all.

Navigation

[0] Message Index

[#] Next page

Go to full version