From dc68783fc844323682ad19c8156417a1ec7ac998 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 23:37:05 +0200 Subject: Add controls on media (#3036) Now, there is a shortcut to play or pause media available from an entry. If there is more than one media available, only the first one will be targeted. See #1952 --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 1f4e1ec82..2b5e5ec30 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -75,6 +75,7 @@ return array ( 'global_view' => '2', 'reading_view' => '3', 'rss_view' => '4', + 'toggle_media' => 'v', ), 'show_favicons' => true, 'topline_read' => true, -- cgit v1.2.3