From: Andrew Dolgov Date: Wed, 4 Jun 2008 14:28:37 +0000 (+0100) Subject: new hotkey x: un/collapse if viewing category X-Git-Tag: 1.2.24~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9bbbc82c754859753115e7ae879c09b3ed647cad;p=tt-rss.git new hotkey x: un/collapse if viewing category --- diff --git a/help/3.php b/help/3.php index d24403cb..76c87c0d 100644 --- a/help/3.php +++ b/help/3.php @@ -45,6 +45,7 @@ f h q Q + x

diff --git a/tt-rss.js b/tt-rss.js index 2373826f..d917b6dc 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -1188,6 +1188,12 @@ function hotkey_handler(e) { } } } + + if (keycode == 88) { // x + if (activeFeedIsCat()) { + toggleCollapseCat(getActiveFeedId()); + } + } } /* Prefix f */