mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:05:58 +00:00
add r hotkey - update all feeds
This commit is contained in:
@@ -986,6 +986,10 @@ function hotkey_handler(e) {
|
||||
return displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat());
|
||||
}
|
||||
|
||||
if (keycode == 82) { // r
|
||||
return scheduleFeedUpdate(true);
|
||||
}
|
||||
|
||||
if (keycode == 74) { // j
|
||||
var feed = getActiveFeedId();
|
||||
var new_feed = getRelativeFeedId(feedlist, feed, 'prev');
|
||||
@@ -1074,7 +1078,7 @@ function hotkey_handler(e) {
|
||||
return toggleDispRead();
|
||||
}
|
||||
|
||||
if (keycode == 85 && shift_key) { // r
|
||||
if (keycode == 85 && shift_key) { // U
|
||||
return scheduleFeedUpdate(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user