diff options
| author | 2014-08-24 11:34:58 -0400 | |
|---|---|---|
| committer | 2014-08-24 11:37:07 -0400 | |
| commit | 7b17c60bb18b122f3d14795780f4642717cfd81b (patch) | |
| tree | 09613f885adc2cdad4095f1676c5a154ae096711 /app/Models/Configuration.php | |
| parent | d1f79fee69a3667913f419cd9726ffb11f410bd0 (diff) | |
Add shortcuts
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable.
Add a shortcut to access user filters the same way to access share actions.
Diffstat (limited to 'app/Models/Configuration.php')
| -rw-r--r-- | app/Models/Configuration.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index 4c804a9fb..989603b20 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -45,6 +45,8 @@ class FreshRSS_Configuration { 'load_more' => 'm', 'auto_share' => 's', 'focus_search' => 'a', + 'user_filter' => 'u', + 'help' => 'f1', ), 'topline_read' => true, 'topline_favorite' => true, |
