All I had to do was download the keyconfig extension (thank you, author, thank you!!!) and then create two additional key bindings using the code below.
It's not quite as good as having the great Opera shortcuts built in, because I've got to do this everytime I configure a new computer. But twill do for now.
---
If by tab switching, you mean being able to go to nxt and prev tabs using keys, you can do that using keyconfig.
Next Tab
Code:
gBrowser.mTabContainer.advanceSelectedTab(1);
Previous Tab
Code:
gBrowser.mTabContainer.advanceSelectedTab(-1);"
No comments:
Post a Comment