From: Andrew Dolgov Date: Sat, 17 May 2008 13:39:29 +0000 (+0100) Subject: change t hotkey to T X-Git-Tag: 1.2.23-final~90 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5cf0cc5df57f02b771441fcd9ced40ea82c9eff4;p=tt-rss.git change t hotkey to T --- diff --git a/help/3.php b/help/3.php index 009376f5..c7a321b9 100644 --- a/help/3.php +++ b/help/3.php @@ -16,7 +16,7 @@ s shift-S u - t + T o diff --git a/tt-rss.js b/tt-rss.js index dd148b3d..859b9812 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(); }