mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
af115c7fda
commit
194f35617d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue