1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 06:31:57 +00:00

new hotkey x: un/collapse if viewing category

This commit is contained in:
Andrew Dolgov
2008-06-04 15:28:37 +01:00
parent ec37f4f112
commit 9bbbc82c75
2 changed files with 7 additions and 0 deletions

View File

@@ -1188,6 +1188,12 @@ function hotkey_handler(e) {
}
}
}
if (keycode == 88) { // x
if (activeFeedIsCat()) {
toggleCollapseCat(getActiveFeedId());
}
}
}
/* Prefix f */