mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 03:53:55 -05:00
format shortcut
This commit is contained in:
parent
88756e899b
commit
38346578ca
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
const shortcuts = [
|
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.actionsForgetCard(), shortcut: "Ctrl+Alt+N", onClick: todo },
|
||||||
{ name: tr.actionsSetDueDate(), shortcut: "Ctrl+Shift+D", onClick: todo },
|
{ name: tr.actionsSetDueDate(), shortcut: "Ctrl+Shift+D", onClick: todo },
|
||||||
{ name: tr.actionsSuspendCard(), shortcut: "@", onClick: todo },
|
{ name: tr.actionsSuspendCard(), shortcut: "@", onClick: todo },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue