http://moon-aka-sun.livejournal.com/ (
moon-aka-sun.livejournal.com
) wrote
in
moon_aka_sun
2008-07-09 07:35 pm (UTC)
no subject
Add F2/F3 for tab navigation
1. Use KeyConfig
2. Ensure F2 and F3 are not used, or use different keys.
3. Modify c:\Users\%USER%\AppData\Roaming\Mozilla\Firefox\Profiles\%CODE%.default\prefs.js
user_pref("keyconfig.main.key_ToNextTab", "][][VK_F3][_content.focus();gBrowser.mTabContainer.advanceSelectedTab(1,true);][");
user_pref("keyconfig.main.key_ToPrevTab", "][][VK_F2][_content.focus();gBrowser.mTabContainer.advanceSelectedTab(-1,true);][");
(
47 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
1. Use KeyConfig
2. Ensure F2 and F3 are not used, or use different keys.
3. Modify c:\Users\%USER%\AppData\Roaming\Mozilla\Firefox\Profiles\%CODE%.default\prefs.js
user_pref("keyconfig.main.key_ToNextTab", "][][VK_F3][_content.focus();gBrowser.mTabContainer.advanceSelectedTab(1,true);][");
user_pref("keyconfig.main.key_ToPrevTab", "][][VK_F2][_content.focus();gBrowser.mTabContainer.advanceSelectedTab(-1,true);][");