format shortcut

This commit is contained in:
Luc Mcgrady 2025-11-11 12:35:37 +00:00
parent 88756e899b
commit 38346578ca
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -28,7 +28,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
const shortcuts = [
{ name: tr.studyingBuryCard(), shortcut: "-", onClick: state.buryCurrentCard.bind(state) },
{
name: tr.studyingBuryCard(),
shortcut: "-",
onClick: state.buryCurrentCard.bind(state),
},
{ name: tr.actionsForgetCard(), shortcut: "Ctrl+Alt+N", onClick: todo },
{ name: tr.actionsSetDueDate(), shortcut: "Ctrl+Shift+D", onClick: todo },
{ name: tr.actionsSuspendCard(), shortcut: "@", onClick: todo },