mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-17 05:46:26 -04:00
Bien meilleure gestion des formulaires
This commit is contained in:
@@ -6,4 +6,13 @@ return array (
|
||||
'sort_order' => 'low_to_high',
|
||||
'old_entries' => 3,
|
||||
'mail_login' => '',
|
||||
'shortcuts' => array (
|
||||
'mark_read' => 'r',
|
||||
'mark_favorite' => 'f',
|
||||
'go_website' => 'space',
|
||||
'next_entry' => 'page_down',
|
||||
'prev_entry' => 'page_up',
|
||||
'next_page' => 'right',
|
||||
'prev_page' => 'left',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user