summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 4004ae8f2..37b6a47b2 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1292,6 +1292,11 @@ function hotkey_handler(e) {
return false;
}
+ if (keycode == 76) { // l
+ addLabel();
+ return false;
+ }
+
if (keycode == 83) { // s
if (typeof collapse_feedlist != 'undefined') {
collapse_feedlist();