Skip to content

Commit

Permalink
Move closeShortcut pref from firefox.js to 00-waterfox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
franklx committed Nov 7, 2023
1 parent 81bc3f6 commit f3fefcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,6 @@ pref("browser.sessionstore.collect_session_storage", true);
// Don't quit the browser when Ctrl + Q is pressed.
pref("browser.quitShortcut.disabled", false);

// Don't close window or tab when Ctrl + W is pressed.
pref("browser.closeShortcut.disabled", false);

// allow META refresh by default
pref("accessibility.blockautorefresh", false);

Expand Down
2 changes: 2 additions & 0 deletions waterfox/browser/app/profile/00-waterfox.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ pref("signon.management.page.mobileAppleURL", "", locked);
pref("signon.recipes.remoteRecipes.enabled", false, locked);
pref("svg.context-properties.content.enabled", true);
pref("toolkit.legacyUserProfileCustomizations.stylesheets", true, locked);
// Don't close window or tab when Ctrl + W is pressed.
pref("browser.closeShortcut.disabled", false);

// Extensibles prefs
pref("browser.tabs.duplicateTab", true);
Expand Down

0 comments on commit f3fefcc

Please sign in to comment.