From 004523dda5b91a641b278498fc6172c06ec428b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Jun 2008 16:43:25 +0100 Subject: remove toggling from = hotkey, rename to f h --- tt-rss.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index a9a3b3f1b..a8dd16e88 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -1170,11 +1170,6 @@ function hotkey_handler(e) { } } } - - if (keycode == 187) { // = - hideReadHeadlines(); - return; - } } /* Prefix f */ @@ -1229,6 +1224,11 @@ function hotkey_handler(e) { return resort_feedlist(); } + if (keycode == 72) { // h + hideReadHeadlines(); + return; + } + } /* Prefix c */ -- cgit v1.2.3-54-g00ecf