summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 3e21ac62a..6dcf412ab 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1798,6 +1798,10 @@ function pref_hotkey_handler(e) {
return selectTab("userConfig");
}
+ if (keycode == 88) { // x
+ return gotoMain();
+ }
+
}
if (document.getElementById("piggie")) {