diff options
| author | 2014-10-04 15:39:07 +0200 | |
|---|---|---|
| committer | 2014-10-04 15:39:07 +0200 | |
| commit | 099f5ab760602e9b08b804cecd1eb41442cd1b62 (patch) | |
| tree | aa1b7a53827407f2c079c83dcabc9243b6ba1041 /app/Models/Configuration.php | |
| parent | 0a60a1a71e32fa29518705a4f194c8025d8164bf (diff) | |
| parent | 38a6f0c4b29e5a53c21f345dd839a4fa0b2a6f47 (diff) | |
Merge pull request #654 from aledeg/new-shortcut
Add a shortcut to close drop-down lists
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 95f819779..feba3d2f6 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -47,6 +47,7 @@ class FreshRSS_Configuration { 'focus_search' => 'a', 'user_filter' => 'u', 'help' => 'f1', + 'close_dropdown' => 'escape', ), 'topline_read' => true, 'topline_favorite' => true, |
