diff --git a/help/3.php b/help/3.php
index d24403cbc..76c87c0d0 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 2373826f7..d917b6dc7 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 */