|
|
@ -1095,14 +1095,14 @@ function hotkey_handler(e) {
|
|
|
|
if (keycode == 81 && shift_key) { // Q
|
|
|
|
if (keycode == 81 && shift_key) { // Q
|
|
|
|
if (typeof catchupAllFeeds != 'undefined') {
|
|
|
|
if (typeof catchupAllFeeds != 'undefined') {
|
|
|
|
catchupAllFeeds();
|
|
|
|
catchupAllFeeds();
|
|
|
|
return false;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (keycode == 81) { // q
|
|
|
|
if (keycode == 81) { // q
|
|
|
|
if (getActiveFeedId()) {
|
|
|
|
if (getActiveFeedId()) {
|
|
|
|
catchupCurrentFeed();
|
|
|
|
catchupCurrentFeed();
|
|
|
|
return false;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|