This commit is contained in:
Vanessa 2023-04-23 11:16:57 +08:00
parent acb99f8abe
commit e4e973e4b0
5 changed files with 33 additions and 5 deletions

View file

@ -182,6 +182,7 @@ export abstract class Constants {
outline: {default: "⌥O", custom: "⌥O"},
backlinks: {default: "⌥B", custom: "⌥B"},
graphView: {default: "⌥G", custom: "⌥G"},
spaceRepetition: {default: "⌥F", custom: "⌥F"},
fullscreen: {default: "⌥Y", custom: "⌥Y"},
alignLeft: {default: "⌥L", custom: "⌥L"},
alignCenter: {default: "⌥C", custom: "⌥C"},