From: Andrew Dolgov Date: Wed, 21 Jan 2009 18:15:03 +0000 (+0100) Subject: new hotkey: c l - create label X-Git-Tag: 1.3.0~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fc2732f48b6a39dc61b11c121f0521201bdcd51e;p=tt-rss.git new hotkey: c l - create label --- diff --git a/help/3.php b/help/3.php index 2290cb53..64ea490d 100644 --- a/help/3.php +++ b/help/3.php @@ -27,7 +27,7 @@ - + diff --git a/tt-rss.js b/tt-rss.js index 4004ae8f..37b6a47b 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();
[tab]
c l
c f
c s
c m