chore: Worked on keyboard shortcuts

This commit is contained in:
Mauro Balades
2024-08-09 14:24:20 +02:00
parent 2264c5f67d
commit 0527f8b788
8 changed files with 307 additions and 14 deletions

View File

@@ -1,13 +1,14 @@
diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
index 7e21bab426b6eb52fe84876d817fddbdb1a35ffc..fe23eb36a28a2baa4facad80a776e739ee6e43b1 100644
index 7e21bab426b6eb52fe84876d817fddbdb1a35ffc..fb7c6f419c02701aecd148ef2fe271ed6f1a73c1 100644
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
@@ -196,6 +196,8 @@ function init_all() {
@@ -196,6 +196,9 @@ function init_all() {
// the entire document.
Preferences.queueUpdateOfAllElements();
Services.telemetry.setEventRecordingEnabled("aboutpreferences", true);
+ register_module("paneZenLooks", gZenLooksAndFeel);
+ register_module("paneZenWorkspaces", gZenWorkspacesSettings);
+ register_module("paneZenCKS", gZenCKSSettings);
register_module("paneGeneral", gMainPane);
register_module("paneHome", gHomePane);