This commit is contained in:
Vanessa 2022-06-18 20:19:31 +08:00
parent e18e9c2750
commit c14fc344c6
6 changed files with 13 additions and 12 deletions

View file

@ -177,7 +177,7 @@ export abstract class Constants {
list: {
indent: {default: "⇥", custom: "⇥"},
outdent: {default: "⇧⇥", custom: "⇧⇥"},
checkToggle: {default: "⌘Enter", custom: "⌘Enter"},
checkToggle: {default: "⌘↩", custom: "⌘↩"},
},
table: {
insertRowAbove: {default: "⇧⌘T", custom: "⇧⌘T"},