mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
Add Zen mode for distraction free drawing (#1450)
This commit is contained in:
@@ -236,6 +236,10 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||
label={t("buttons.toggleFullScreen")}
|
||||
shortcuts={["F"]}
|
||||
/>
|
||||
<Shortcut
|
||||
label={t("buttons.toggleZenMode")}
|
||||
shortcuts={["Alt+Z"]}
|
||||
/>
|
||||
</ShortcutIsland>
|
||||
</Column>
|
||||
<Column>
|
||||
|
||||
Reference in New Issue
Block a user