mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Add Space Hotkey to legend
Add space as hotkey for moving boundbox to the hotkeys modal legend.
This commit is contained in:
committed by
psychedelicious
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',
|
||||
|
||||
Reference in New Issue
Block a user