diff options
| author | 2018-01-01 18:53:53 +0100 | |
|---|---|---|
| committer | 2018-01-01 18:53:53 +0100 | |
| commit | e73fae159168b1ed9c0469e1d5bce55a3ef1f911 (patch) | |
| tree | 29a7218bdb8643dc75496929407cc17d1e98f61e /config-user.default.php | |
| parent | 568eccd3a87ea424c7a54fa616acb5750a2bb8ef (diff) | |
Add shortcuts to switch views (#1755)
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 40ab49570..2e4a96239 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -56,6 +56,10 @@ return array ( 'user_filter' => 'u', 'help' => 'f1', 'close_dropdown' => 'escape', + 'normal_view' => '1', + 'global_view' => '2', + 'reading_view' => '3', + 'rss_view' => '4', ), 'topline_read' => true, 'topline_favorite' => true, |
