From 7db271e95ebab52c31c78f51270de71af1d750d2 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 3 Jan 2014 00:01:29 -0500 Subject: Add a shortcut to open the share div. The default shortcut is "s". --- app/Models/Configuration.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/Configuration.php') diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index d44420f56..c29e74603 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -33,6 +33,7 @@ class FreshRSS_Configuration { 'prev_entry' => 'k', 'collapse_entry' => 'c', 'load_more' => 'm', + 'auto_share' => 's', ), 'topline_read' => true, 'topline_favorite' => true, -- cgit v1.2.3