Next and previous tabs in Firefox using Keyconfig
Posted by Kelvin on 01 Jul 2005 at 07:26 pm | Tagged as: work
Next tab:
getBrowser().mTabBox._tabs.advanceSelectedTab(1);
Prev tab:
getBrowser().mTabBox._tabs.advanceSelectedTab(-1);
Comments Off on Next and previous tabs in Firefox using Keyconfig