summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-03 16:37:46 +0100
committerAndrew Dolgov <[email protected]>2008-06-03 16:37:46 +0100
commitdf485d4f8e15f1f5ed47d0699124b5d8fc35ebf0 (patch)
treee639484fae5b15a31afc18bfd19c52c0e4c232ad /tt-rss.js
parent793ec6ff2242baf32d03558b015694e913f4bed6 (diff)
new hotkey =: toggle hide read headlines
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 8ac20bfe8..a9a3b3f1b 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1170,6 +1170,11 @@ function hotkey_handler(e) {
}
}
}
+
+ if (keycode == 187) { // =
+ hideReadHeadlines();
+ return;
+ }
}
/* Prefix f */