Add Space Hotkey to legend

Add space as hotkey for moving boundbox to the hotkeys modal legend.
This commit is contained in:
blessedcoolant 2022-10-28 08:10:18 +13:00 committed by psychedelicious
parent acdffb1503
commit ef5f9600e6
2 changed files with 5 additions and 0 deletions

View File

@ -180,6 +180,11 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
desc: 'Redo a brush stroke',
hotkey: 'Ctrl+Shift+Z, Ctrl+Y',
},
{
title: 'Move Bounding Box',
desc: 'Hold to move bounding box',
hotkey: 'Space',
},
{
title: 'Expand Inpainting Area',
desc: 'Expand your inpainting work area',