1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:45:56 +00:00

new hotkey =: toggle hide read headlines

This commit is contained in:
Andrew Dolgov
2008-06-03 16:37:46 +01:00
parent 793ec6ff22
commit df485d4f8e
4 changed files with 50 additions and 0 deletions

View File

@@ -1170,6 +1170,11 @@ function hotkey_handler(e) {
}
}
}
if (keycode == 187) { // =
hideReadHeadlines();
return;
}
}
/* Prefix f */