From 194f35617dba35d3ecbcafcfd68ddee9b98107b8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 20 Jul 2024 18:23:40 +0700 Subject: [PATCH] Switch mask editor to non-conflicting shortcut In the absence of better ideas, I've added alt Closes #3276 and #3278 --- ts/routes/image-occlusion/tools/shortcuts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/routes/image-occlusion/tools/shortcuts.ts b/ts/routes/image-occlusion/tools/shortcuts.ts index 9bba125d9..afa156a85 100644 --- a/ts/routes/image-occlusion/tools/shortcuts.ts +++ b/ts/routes/image-occlusion/tools/shortcuts.ts @@ -24,4 +24,4 @@ export const alignRightKeyCombination = "Shift+R"; export const alignTopKeyCombination = "Shift+T"; export const alignVerticalCenterKeyCombination = "Shift+V"; export const alignBottomKeyCombination = "Shift+B"; -export const toggleMaskEditorKeyCombination = "Control+Shift+M"; +export const toggleMaskEditorKeyCombination = "Control+Alt+Shift+M";