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 --- help/3.php | 2 +- tt-rss.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/help/3.php b/help/3.php index 009376f5d..c7a321b9d 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 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