From 5cf0cc5df57f02b771441fcd9ced40ea82c9eff4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 14:39:29 +0100 Subject: change t hotkey to T --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index dd148b3d0..859b98120 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -1145,7 +1145,7 @@ function hotkey_handler(e) { return viewfeed(-3); } - if (keycode == 84) { // t + if (keycode == 84 && shift_key) { // T toggleTags(); } -- cgit v1.2.3