summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js10
1 files changed, 5 insertions, 5 deletions
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 */