Fix quote shortcut for most keyboard layouts (#9298)

This commit is contained in:
owi92
2022-09-29 15:51:50 +00:00
committed by GitHub
parent a49603b9b8
commit 3c5ff30177
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -339,6 +339,7 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
[KeyBindingAction.FormatQuote]: {
default: {
ctrlOrCmdKey: true,
shiftKey: true,
key: Key.GREATER_THAN,
},
displayName: _td("Toggle Quote"),