Skip to content

Commit

Permalink
Merge pull request #159 from xinde/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 authored Feb 21, 2025
2 parents 1fddd20 + 85021df commit bbca35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/Strike/Strike.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Strike = TiptapStrike.extend<StrikeOptions>({
isActive: () => editor.isActive('strike') || false,
disabled: !editor.can().toggleStrike(),
icon: 'Strikethrough',
shortcutKeys: ['shift', 'mod', 'X'],
shortcutKeys: ['shift', 'mod', 'S'],
tooltip: t('editor.strike.tooltip'),
},
}),
Expand Down

0 comments on commit bbca35c

Please sign in to comment.