Add Brush Change Hotkeys to Shortcuts Modal

This commit is contained in:
blessedcoolant
2022-03-17 05:56:15 +13:00
committed by GitHub
parent a87dd87b8d
commit 3d90a934a0

View File

@@ -43,6 +43,12 @@ export default function ShortcutsModal(props: ShortcutsModalProps) {
<ShortCut content="Reset zoom/pan & Cancel mask drawing"> <ShortCut content="Reset zoom/pan & Cancel mask drawing">
<p>Esc</p> <p>Esc</p>
</ShortCut> </ShortCut>
<ShortCut content="Decrease Brush Size">
<p>[</p>
</ShortCut>
<ShortCut content="Increase Brush Size">
<p>]</p>
</ShortCut>
</div> </div>
</div> </div>
</Modal> </Modal>