summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 14:39:29 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 14:39:29 +0100
commit5cf0cc5df57f02b771441fcd9ced40ea82c9eff4 (patch)
tree884c8c3c42c73a25fccf55534226e7d156199696 /tt-rss.js
parent60d4df4dbeac9f770f40c56dd4c704526572d6b2 (diff)
change t hotkey to T
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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();
}