mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #333 from omnivore-app/fix/arrow-description
Fix docs for arrow navigation in keyboard controls
This commit is contained in:
commit
6e535c7f75
1 changed files with 2 additions and 2 deletions
|
|
@ -161,13 +161,13 @@ export function libraryListCommands(
|
|||
{
|
||||
shortcutKeys: ['arrowdown'],
|
||||
actionDescription: 'Move cursor to the next row',
|
||||
shortcutKeyDescription: 'v',
|
||||
shortcutKeyDescription: 'Arrow Down',
|
||||
callback: () => actionHandler('moveFocusToNextRowItem'),
|
||||
},
|
||||
{
|
||||
shortcutKeys: ['arrowup'],
|
||||
actionDescription: 'Move cursor to the previous row',
|
||||
shortcutKeyDescription: 'f',
|
||||
shortcutKeyDescription: 'Arrow Up',
|
||||
callback: () => actionHandler('moveFocusToPreviousRowItem'),
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue