Browsers/Apps
Most folks know that Firefox, IE7, Chrome and some other tabbed interfaces provide the following shortcuts for working with tabs:- Ctrl + T => New Tab
- Ctrl + Tab => Next Tab
- Ctrl + W => Close Tab
Perhaps a bit less known is
- Alt + D => Goto the Address Bar
I have begun to use this Alt + D shortcut in combination with the Quick Search feature in Firefox. This is a feature that allows you associate a keyword in the address bar with a particular type of search. Firefox comes preloaded with a number of useful ones, including "wp" for wikipedia (though my Linux version of Firefox 3 seems to be missing these for some reason). To try this out, simply navigate to the address bar and type "wp firefox". This should pull up a page with the results of the wikipedia search. You can even set your own Quick Searches (much like setting a bookmark). For more info on this nice little feature, check out http://lifehacker.com/software/geek-to-live/geek-to-live-fifteen-firefox-quick-searches-129658.php
Finally, there are the page search shortcuts (at least in Firefox).
- / => Find As You Type Text
- ' => Find As You Type Link
Finally, some new-fangled, web 2.0, RIA, Ajax-enabled, Software-as-a-Service webpages provide their own shortcuts. The only ones I know of and use are the Google shortcuts (especially for Gmail and Reader). In particular, I find the use of j/k and n/p to navigate lists/items quite useful. For a useful reference list, be sure to type '?' while in one of these services.
Operating Systems
Operating systems usually provide some useful shortcuts for managing the desktop and the running applications.- Alt + Tab => Switch between applications
On my work computers I use Windows XP and have gotten familiar with a number of the special windows shortcuts (many involving that silly little "windows" key between Ctrl and Alt on the keyboard). Of these shortcuts, perhaps my favorite is:
- Winkey + D => Show Desktop (Toggle)
Well that is enough for now. I will have to write new posts or update these ones as I find particularly useful shortcuts which I have missed.
2 comments:
I have run into a couple program which do not support the "Alt + D" hotkey, but DO support the "Control + L" variant...most notably Nautilus (the default file manager in GNOME). Now that I am so trained to use the Alt version, instead of retraining it took me about 10 minutes of searching before I finally realized how to overide this shortcut...
Turns out in GNOME there is a little-known menu property "Editable menu shortcut keys" (at System->Preferences->Appearance->Interface tab) which lets you override the menu hotkeys in a GNOME app. Simply hover over the item and press the new shortcut you'd like to assign. So for nautilus this involves hovering over Go->Location... an pressing Alt+D
Thanks to http://www.rolfs.no/2007/11/19/how-do-you-disable-the-ctrlt-%E2%80%98move-to-trash%E2%80%99-keyboard-shortcut-in-gnomenautilus/
Terminal shortcuts worth noting:
Ctrl + a => go to beginning of line
Ctrl + e => go to end of line
Ctrl + u => clear everything before the cursor
Ctrl + k => clear everything after the cursor
Post a Comment