summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 14:28:13 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 14:28:13 +0400
commit60b88b254c16a25c56e7016c1ef889b1d3e15c8b (patch)
tree0fdaaeeee74ad6d9cfb0bacc69b3543e74d8fca7 /include
parentf9405359978d9deb556fd36486145d51cf232b88 (diff)
add hotkey toggle_cdm_expanded (f c)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 030d8d50e..36d349b54 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1938,7 +1938,8 @@
"feed_debug_update" => __("Debug feed update"),
"catchup_all" => __("Mark all feeds as read"),
"cat_toggle_collapse" => __("Un/collapse current category"),
- "toggle_combined_mode" => __("Toggle combined mode")),
+ "toggle_combined_mode" => __("Toggle combined mode"),
+ "toggle_cdm_expanded" => __("Toggle auto expand in combined mode")),
__("Go to") => array(
"goto_all" => __("All articles"),
"goto_fresh" => __("Fresh"),
@@ -2002,6 +2003,7 @@
"f x" => "feed_reverse",
"f *d" => "feed_debug_update",
"f *c" => "toggle_combined_mode",
+ "f c" => "toggle_cdm_expanded",
"*q" => "catchup_all",
"x" => "cat_toggle_collapse",
// "goto" => array(