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();
}