diff options
| author | 2014-04-27 11:00:25 -0400 | |
|---|---|---|
| committer | 2014-04-27 11:00:25 -0400 | |
| commit | f820f428ef92a87c2d2083fa3a239b10f5c31129 (patch) | |
| tree | 76d90e9e2491adfe7524f4a063deb99b3f43518c /app/Models/Configuration.php | |
| parent | 7b57ecc9f06f7ccea097e2f72487260c6618ba89 (diff) | |
Add a shortcut to access the search field
Diffstat (limited to 'app/Models/Configuration.php')
| -rw-r--r-- | app/Models/Configuration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index 4b52fa05b..8d3e69a1c 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -39,6 +39,7 @@ class FreshRSS_Configuration { 'collapse_entry' => 'c', 'load_more' => 'm', 'auto_share' => 's', + 'focus_search' => 'a', ), 'topline_read' => true, 'topline_favorite' => true, |
