summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 05:57:54 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 05:57:54 +0100
commit3a391f67209b4bba72acfc23ad8943da8668722b (patch)
tree1c3439aa4f1fa671f2bf7de3ed9f36b8614292cf /tt-rss.js
parent4020f6f31ef4f029187c171d3ff3e37f2026c3d9 (diff)
misc css tweaks
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();
+ }
}