Search found 3 matches
- Mon Aug 29, 2011 6:01 pm
- Forum: NoScript Development
- Topic: Fast tab switching is broken
- Replies: 4
- Views: 2449
Re: Fast tab switching is broken
To work-around, just add a modifier (e.g. alt or ctrl) to your shortcut. Adding a modifier decreases usability way to much for me. I stumbled upon "switching tabs with keys 1 and 2" in the early days of the Opera browser. And I fell in love with that functionality from the very first seco...
- Mon Aug 29, 2011 5:24 pm
- Forum: NoScript Development
- Topic: Fast tab switching is broken
- Replies: 4
- Views: 2449
Re: Fast tab switching is broken
I used the keyconfig extension to map some JavaScript code to the shortcuts 1 and 2. Here's what I did:
Name: Focus Prev Tab
Shortcut: 1
Script: gBrowser.mTabContainer.advanceSelectedTab(-1,true);
Name: Focus Next Tab
Shortcut: 2
Script: gBrowser.mTabContainer.advanceSelectedTab(1,true);
bye,
itsme
Name: Focus Prev Tab
Shortcut: 1
Script: gBrowser.mTabContainer.advanceSelectedTab(-1,true);
Name: Focus Next Tab
Shortcut: 2
Script: gBrowser.mTabContainer.advanceSelectedTab(1,true);
bye,
itsme
- Mon Aug 29, 2011 11:38 am
- Forum: NoScript Development
- Topic: Fast tab switching is broken
- Replies: 4
- Views: 2449
Fast tab switching is broken
My config: Firefox 6.0, NoScript 2.1.2.8rc1 I love opening lots of tabs. But when using the keyboard to quickly switch backward and forward between them, switching comes to a stop. I have to release the key for one or two seconds, then can switch to another tab. The Error Console is flooded with Inf...