Full Screen mode (#1212)
This commit is contained in:
committed by
GitHub
parent
81b38d8808
commit
2de4fe29ad
@ -219,6 +219,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||
title={t("buttons.resetZoom")}
|
||||
shortcuts={[getShortcutKey("CtrlOrCmd+0", "")]}
|
||||
/>
|
||||
<Shortcut title={t("buttons.toggleFullScreen")} shortcuts={["F"]} />
|
||||
</ShortcutIsland>
|
||||
</div>
|
||||
<Footer />
|
||||
|
Reference in New Issue
Block a user