Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use backspace to go back in Firefox' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use backspace to go back in Firefox
Authored by: yj on Jan 14, '05 01:23:21AM
You can change your next/previous tab shortcuts by adding these lines to your prefs.js file (in your Profile folder):
user_pref("keyconfig.main.xxx_key__Next Tab", "alt meta][][VK_RIGHT][gBrowser.mTabContainer.advanceSelectedTab(1);"); user_pref("keyconfig.main.xxx_key__Previous Tab", "alt meta][][VK_LEFT][gBrowser.mTabContainer.advanceSelectedTab(-1);");
Change "alt meta" to "alt shift" to emulate Safari shortcuts. Personally, I prefer cmd-option-left and right (doesn't override the "select to front/back of line" shortcut in text fields).

[ Reply to This | # ]