summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 480da1a62..2a0fc8626 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1134,6 +1134,9 @@ function hotkey_handler(e) {
return viewfeed(-3);
}
+ if (keycode == 84) { // t
+ toggleTags();
+ }
}