mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
Changement raccourci par défaut pour article suivant / précédent (j et k comme Google Reader + corrections design
This commit is contained in:
@@ -10,8 +10,8 @@ return array (
|
||||
'mark_read' => 'r',
|
||||
'mark_favorite' => 'f',
|
||||
'go_website' => 'space',
|
||||
'next_entry' => 'page_down',
|
||||
'prev_entry' => 'page_up',
|
||||
'next_entry' => 'j',
|
||||
'prev_entry' => 'k',
|
||||
'next_page' => 'right',
|
||||
'prev_page' => 'left',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user