summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 07:39:46 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 07:39:46 +0100
commit8d727bfc0b9a528c9715465fc15718f2dd4e1cb5 (patch)
tree070ac68237f09050dba96eec7ec30d867c067474 /prefs.js
parent1884ef15ac40804e2946a13d72360c9606832e97 (diff)
pref hotkey fixes
Diffstat (limited to 'prefs.js')
-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")) {