Move up cloze id

This commit is contained in:
Henrik Giesel 2021-04-22 03:37:01 +02:00
parent 7ab5f736df
commit 3cbddf3e8c

View file

@ -43,9 +43,9 @@ function onCloze(event: MouseEvent): void {
export function getClozeButton(): DynamicSvelteComponent<typeof WithShortcuts> &
WithShortcutsProps {
return withShortcuts({
id: "cloze",
shortcuts: ["Control+Shift+KeyC", "Control+Alt+Shift+KeyC"],
button: iconButton({
id: "cloze",
icon: bracketsIcon,
onClick: onCloze,
tooltip: tr.editingClozeDeletionCtrlandshiftandc(),