From: Andrew Dolgov Date: Fri, 16 May 2008 06:39:46 +0000 (+0100) Subject: pref hotkey fixes X-Git-Tag: 1.2.23-final~120 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8d727bfc0b9a528c9715465fc15718f2dd4e1cb5;p=tt-rss.git pref hotkey fixes --- diff --git a/prefs.js b/prefs.js index 3e21ac62..6dcf412a 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")) {