From fc2732f48b6a39dc61b11c121f0521201bdcd51e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Jan 2009 19:15:03 +0100 Subject: [PATCH] new hotkey: c l - create label --- help/3.php | 2 +- tt-rss.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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(); -- 2.39.2
[tab]
c l
c f
c s
c m