mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-27 09:47:35 -04:00
Fix bug #1
This commit is contained in:
@@ -8,7 +8,7 @@ return array (
|
||||
'shortcuts' => array (
|
||||
'mark_read' => 'r',
|
||||
'mark_favorite' => 'f',
|
||||
'go_website' => 'enter',
|
||||
'go_website' => 'space',
|
||||
'next_entry' => 'page_down',
|
||||
'prev_entry' => 'page_up',
|
||||
'next_page' => 'right',
|
||||
|
||||
Reference in New Issue
Block a user