Skip to main content

Mozilla Firefox shortcut keys


Mozilla Firefox shortcut keys

Below is a listing of all the major shortcut keys in Mozilla Firefox.
Shortcut KeysDescription
Alt + HomeGo to home page.
Alt + Left ArrowBack a page.
BackspaceBack a page.
Alt + Right ArrowForward a page.
F5Refresh current page, frame, or tab.
F11Display the current website in full screen mode. Pressing F11 again will exit this mode.
EscStop page or download from loading.
Ctrl + (- or +)Increase or decrease the font size, pressing '-' will decrease and '+' will increase.
Ctrl + EnterQuickly complete an address. For example, type computerhope in the address bar and press CTRL + ENTER to get http://www.computerhope.com.
Shift + EnterComplete a .net instead of a .com address.
Ctrl + Shift + EnterComplete a .org address.
Ctrl + Shift + DelOpen the Clear Data window to quickly clear private data.
Ctrl + DAdd a bookmark for the page currently opened.
Ctrl + IDisplay available bookmarks.
Ctrl + JDisplay the download window.
Ctrl + NOpen New browser window.
Ctrl + PPrint current page / frame.
Ctrl + TOpens a new tab.
Ctrl + F4 or Ctrl + WCloses the currently selected tab.
Ctrl + Shift + TUndo the close of a window.
Ctrl + TabMoves through each of the open tabs.
SpacebarMoves down a page at a time.
Shift + SpacebarMoves up a page at a time.
Alt + Down arrowDisplay all previous text entered in a text box and available options on drop down menu.

Popular posts from this blog

Publication Tools

Blogs: WordPress Typepad Blogger B2evolution Scribefire Wikis: Wikipedia Wikia Wetpaint Pbwiki Wikispaces Twiki Citizen Journalism Portals: Digg Newsvine Livejournal Sharing Tools: Videos Sharing Tools: YouTube Metacafe Revver Viddler Blip.tv Picture Sharing Tools: FlickR Zooomr Smugmug Links Sharing Tools: del.icio.us Digg Yahoo! Buzz Propeller Technorati StumbleUpon Reddit Ma.gnolia Mixx.com Music Sharing Tools: Last.fm iLike Pandora Odeo Slideshows Sharing Tools: Slideshare Authorstream Myplick Products Feedbacks Sharing Tools: Crowdstorm ...

Effective Eclipse: Shortcut keys

You should try to keep your hands on keyboard. The less you touch the mouse, the more code you can write. I am trying to keep the mouse laying still and control the IDE completely using keyboard. What do you think is faster: pressing ALT + C or right clicking the project, selecting Team -> Commit ? It is said, that if a function does not have a key binding, it is useless. Below you will find a set of essential keyboard shortcuts that I love. These shortcuts are set up by default, they should all work. CTRL + D Delete row. Try it! You no more need to grab the mouse and select the line, no more Home, Shift + End, Delete. Quick and clean. ALT + Up/Down Arrow Move the row (or the entire selection) up or down. Very useful when rearranging code. You can even select more rows and move them all. Notice, that it will be always correctly indented. ALT + Left/Right Arrow Move to the last location you edited. Imagine you just created a class Foo, and now you are working ...

Shutdown Command Via Command Prompt

Shutdown Command Via Command Prompt The 'Shutdown' Command Becomes More Flexible and Automated when used from the Command Prompt. To Run the 'Shutdown' command from the command prompt, go to 'Start > Run', type 'cmd', and press 'Enter'. In the black box (the command prompt) type 'Shutdown' and the Switches you want to use with the 'Shutdown' command. You have to use at least one switch for the shutdown command to work. The Switches :- The 'Shutdown' command has a few options called Switches. You can always see them by typing 'shutdown -?' in the command prompt if you forget any of them. -i : Display GUI interface, must be the first option -l : Log off (cannot be used with -m option) -s : Shutdown the computer -r : Shutdown and restart the computer -a : Abort a system shutdown -m \\computername : Remot...