mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:45:56 +00:00
new hotkey, c - catchup current article
This commit is contained in:
@@ -350,6 +350,14 @@ function hotkey_handler(e) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keycode == 67) { // c
|
||||||
|
var id = getActiveArticleId();
|
||||||
|
|
||||||
|
if (id) {
|
||||||
|
toggleUnread(id, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (typeof localHotkeyHandler != 'undefined') {
|
if (typeof localHotkeyHandler != 'undefined') {
|
||||||
try {
|
try {
|
||||||
return localHotkeyHandler(e);
|
return localHotkeyHandler(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user