Skip to content

Commit 779c811

Browse files
abaransy-businesssjdemartini
authored andcommitted
strike through menu button shortcut should use "S" instead of "X"
1 parent b87074c commit 779c811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/MenuButtonStrikethrough.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function MenuButtonStrikethrough(
1212
return (
1313
<MenuButton
1414
tooltipLabel="Strikethrough"
15-
tooltipShortcutKeys={["mod", "Shift", "X"]}
15+
tooltipShortcutKeys={["mod", "Shift", "S"]}
1616
IconComponent={StrikethroughS}
1717
selected={editor?.isActive("strike") ?? false}
1818
disabled={!editor?.isEditable || !editor.can().toggleStrike()}

0 commit comments

Comments
 (0)