mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add Space Hotkey to legend
Add space as hotkey for moving boundbox to the hotkeys modal legend.
This commit is contained in:
parent
37382042c1
commit
f8dce07486
@ -180,6 +180,11 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
|||||||
desc: 'Redo a brush stroke',
|
desc: 'Redo a brush stroke',
|
||||||
hotkey: 'Ctrl+Shift+Z, Ctrl+Y',
|
hotkey: 'Ctrl+Shift+Z, Ctrl+Y',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Move Bounding Box',
|
||||||
|
desc: 'Hold to move bounding box',
|
||||||
|
hotkey: 'Space',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Expand Inpainting Area',
|
title: 'Expand Inpainting Area',
|
||||||
desc: 'Expand your inpainting work area',
|
desc: 'Expand your inpainting work area',
|
||||||
|
Loading…
Reference in New Issue
Block a user