From 04c3184359c83d7b58411c3b68f40f3e9d95c373 Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:15:39 -0400 Subject: [PATCH] update pref for Disable ALT key toggling the menu bar --- Peskyfox.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index bcebeb5..4dca74a 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -3,7 +3,7 @@ * Peskyfox * * "Aquila non capit muscas" * * priority: remove annoyances * - * version: 115 * + * version: 115a * * url: https://github.com/yokoffing/Betterfox * ***************************************************************************/ @@ -437,7 +437,8 @@ user_pref("cookiebanners.service.mode.privateBrowsing", 2); //user_pref("browser.backspace_action", 2); // DEFAULT // PREF: Disable ALT key toggling the menu bar -//user_pref("ui.key.menuAccessKey", 0); +//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