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
acdffb1503
commit
ef5f9600e6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user