mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Add toggle for non-raster layers with hotkey and UI button
This commit is contained in:
committed by
psychedelicious
parent
adf4cc750a
commit
7a7a2e147c
@@ -122,6 +122,7 @@ export const useHotkeyData = (): HotkeysData => {
|
||||
addHotkey('canvas', 'cancelTransform', ['esc']);
|
||||
addHotkey('canvas', 'applySegmentAnything', ['enter']);
|
||||
addHotkey('canvas', 'cancelSegmentAnything', ['esc']);
|
||||
addHotkey('canvas', 'toggleNonRasterLayers', ['shift+h']);
|
||||
|
||||
// Workflows
|
||||
addHotkey('workflows', 'addNode', ['shift+a', 'space']);
|
||||
|
||||
Reference in New Issue
Block a user