diff --git a/ts/editor/cloze.ts b/ts/editor/cloze.ts index c40fc551b..69eaa1d3c 100644 --- a/ts/editor/cloze.ts +++ b/ts/editor/cloze.ts @@ -43,9 +43,9 @@ function onCloze(event: MouseEvent): void { export function getClozeButton(): DynamicSvelteComponent & WithShortcutsProps { return withShortcuts({ + id: "cloze", shortcuts: ["Control+Shift+KeyC", "Control+Alt+Shift+KeyC"], button: iconButton({ - id: "cloze", icon: bracketsIcon, onClick: onCloze, tooltip: tr.editingClozeDeletionCtrlandshiftandc(),