add undo shortcuts

This commit is contained in:
Sanster 2022-02-08 21:57:11 +08:00
parent 568a83b732
commit 4e213e64e1

View File

@ -31,6 +31,9 @@ export default function ShortcutsModal(props: ShortcutsModalProps) {
<ShortCut content="Enable multi-stroke mask drawing"> <ShortCut content="Enable multi-stroke mask drawing">
<p>Hold Cmd/Ctrl</p> <p>Hold Cmd/Ctrl</p>
</ShortCut> </ShortCut>
<ShortCut content="Undo inpainting">
<p>Cmd/Ctrl + z</p>
</ShortCut>
<ShortCut content="Pan"> <ShortCut content="Pan">
<p>Space & Drag</p> <p>Space & Drag</p>
</ShortCut> </ShortCut>