feat: remove full screen shortcut (#7222)

This commit is contained in:
Sahil Nagpure
2023-11-10 20:14:02 +05:30
committed by GitHub
parent 68179356e6
commit 900b317bf3
3 changed files with 0 additions and 20 deletions

View File

@ -254,7 +254,6 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
label={t("helpDialog.movePageLeftRight")}
shortcuts={["Shift+PgUp/PgDn"]}
/>
<Shortcut label={t("buttons.fullScreen")} shortcuts={["F"]} />
<Shortcut
label={t("buttons.zenMode")}
shortcuts={[getShortcutKey("Alt+Z")]}