keyconfig - how to set Next Tab and Previous Tab key binding

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
riowong
Posts: 587
Joined: May 4th, 2005, 1:33 am

keyconfig - how to set Next Tab and Previous Tab key binding

Post by riowong »

Could anyone pls help me setting up Next Tab and Previous Tab key bindings using keyconfig?
User avatar
wong888
Posts: 1512
Joined: September 22nd, 2004, 5:10 pm

Post by wong888 »

i dont think that is possible.
cant afford a sig.
User avatar
riowong
Posts: 587
Joined: May 4th, 2005, 1:33 am

Post by riowong »

oops!
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

You can't change those shortcuts with keyconfig since they are not defined in the front end code, but you can Add a new key with

Code: Select all

gBrowser.mTabContainer.advanceSelectedTab(1,true);
and one with

Code: Select all

gBrowser.mTabContainer.advanceSelectedTab(-1,true);
.
User avatar
riowong
Posts: 587
Joined: May 4th, 2005, 1:33 am

Post by riowong »

Thanks dorando! You're wonderful!! :)
Post Reply