Add fullscreen to keyboard help modal

This commit is contained in:
Jackson Harper 2023-04-15 11:50:03 +08:00
parent b19e89bf9e
commit 21127389f5

View file

@ -70,6 +70,12 @@ const readerCommands = () => {
shortcutKeyDescription: 'o',
callback: () => {},
},
{
actionDescription: 'Read fullscreen',
shortcutKeys: ['f'],
shortcutKeyDescription: 'f',
callback: () => {},
},
{
actionDescription: 'Return to library',
shortcutKeys: ['u'],