1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:05:55 +00:00

new hotkey: c l - create label

This commit is contained in:
Andrew Dolgov
2009-01-21 19:15:03 +01:00
parent 3e36a4f410
commit fc2732f48b
2 changed files with 6 additions and 1 deletions

View File

@@ -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();