Changement raccourci par défaut pour article suivant / précédent (j et k comme Google Reader + corrections design

This commit is contained in:
Marien Fressinaud
2013-03-15 17:37:47 +01:00
parent 47196182e5
commit 49e1a798ba
3 changed files with 5 additions and 5 deletions

View File

@@ -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',
),