diff --git a/help/3.php b/help/3.php
index 2290cb536..64ea490d8 100644
--- a/help/3.php
+++ b/help/3.php
@@ -27,7 +27,7 @@
[tab] | |
-
+ c l | |
c f | |
c s | |
c m | |
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();