Switch mask editor to non-conflicting shortcut

In the absence of better ideas, I've added alt

Closes #3276 and #3278
This commit is contained in:
Damien Elmes 2024-07-20 18:23:40 +07:00
parent af115c7fda
commit 194f35617d

View file

@ -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";