mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:55:56 +00:00
add hotkey to catchup all feeds, add optional warning to catchupAllFeeds()
This commit is contained in:
@@ -347,6 +347,12 @@ function hotkey_handler(e) {
|
||||
}
|
||||
}
|
||||
|
||||
if (keycode == 81 && shift_key) { // shift + q
|
||||
if (typeof catchupAllFeeds != 'undefined') {
|
||||
return catchupAllFeeds();
|
||||
}
|
||||
}
|
||||
|
||||
if (typeof localHotkeyHandler != 'undefined') {
|
||||
try {
|
||||
return localHotkeyHandler(e);
|
||||
|
||||
Reference in New Issue
Block a user