1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 08:05:57 +00:00

change t hotkey to T

This commit is contained in:
Andrew Dolgov
2008-05-17 14:39:29 +01:00
parent 60d4df4dbe
commit 5cf0cc5df5
2 changed files with 2 additions and 2 deletions

View File

@@ -1145,7 +1145,7 @@ function hotkey_handler(e) {
return viewfeed(-3);
}
if (keycode == 84) { // t
if (keycode == 84 && shift_key) { // T
toggleTags();
}