Is there a new keyboard shortcut to move through tabs? Ctrl+tab now scrolls previews only.
It used to be that when I clicked ctrl+tab in the browser it would move through my tabs. Now, instead of moving to the next tab, it pops up a thumbnail preview and scrolls through those, instead. This is not useful to me. Is there any way to either revert the behavior or is there a new keyboard shortcut to quickly move to the next tab?
Giải pháp được chọn
You can disable this feature via Settings -> General -> Tabs, remove tick:
- Ctrl+Tab cycles through tabs in recently used order
There are two browser.ctrlTab prefs in about:config that control this feature. browser.ctrlTab.recentlyUsedOrder browser.ctrlTab.sortByRecentlyUsed You can set sortByRecentlyUsed to false to disable the previews.
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (2)
Giải pháp được chọn
You can disable this feature via Settings -> General -> Tabs, remove tick:
- Ctrl+Tab cycles through tabs in recently used order
There are two browser.ctrlTab prefs in about:config that control this feature. browser.ctrlTab.recentlyUsedOrder browser.ctrlTab.sortByRecentlyUsed You can set sortByRecentlyUsed to false to disable the previews.
Thank you, Cor-el. I had thought that "cycles through tabs in recently used order" meant cycling through them in the tab bar in consecutive order, or the order I'd opened them. Had no idea that would affect the preview pop up. Cheers.