From e8277879e390c97ca8383ea6295751f9e7aa91ec Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:29:20 -0600 Subject: [PATCH] Ctrl+Tab cycles through tabs in recently used order --- Peskyfox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index 86bab8b..0ea773d 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -462,9 +462,9 @@ user_pref("findbar.highlightAll", true); //user_pref("ui.key.menuAccessKeyFocuses", false); //user_pref("ui.key.menuAccessKey", 18); // DEFAULT -// PREF: CTRL+TAB cycles tabs in chronological order instead of -// recently-used order -//user_pref("browser.ctrlTab.recentlyUsedOrder", false); +// PREF: cycle through tabs in recently used order +// [SETTING] Ctrl+Tab cycles through tabs in recently used order +//user_pref("browser.ctrlTab.sortByRecentlyUsed", true); // PREF: Spell-check // 0=none, 1-multi-line, 2=multi-line & single-line