mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add fullscreen to keyboard help modal
This commit is contained in:
parent
b19e89bf9e
commit
21127389f5
1 changed files with 6 additions and 0 deletions
|
|
@ -70,6 +70,12 @@ const readerCommands = () => {
|
|||
shortcutKeyDescription: 'o',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
actionDescription: 'Read fullscreen',
|
||||
shortcutKeys: ['f'],
|
||||
shortcutKeyDescription: 'f',
|
||||
callback: () => {},
|
||||
},
|
||||
{
|
||||
actionDescription: 'Return to library',
|
||||
shortcutKeys: ['u'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue