diff --git a/packages/edit-post/src/components/keyboard-shortcut-help-modal/config.js b/packages/edit-post/src/components/keyboard-shortcut-help-modal/config.js index 5c6037c0467f4b..340efee1c5d55d 100644 --- a/packages/edit-post/src/components/keyboard-shortcut-help-modal/config.js +++ b/packages/edit-post/src/components/keyboard-shortcut-help-modal/config.js @@ -132,10 +132,6 @@ const textFormattingShortcuts = { keyCombination: primary( 'i' ), description: __( 'Make the selected text italic.' ), }, - { - keyCombination: primary( 'u' ), - description: __( 'Underline the selected text.' ), - }, { keyCombination: primary( 'k' ), description: __( 'Convert the selected text into a link.' ), @@ -145,12 +141,8 @@ const textFormattingShortcuts = { description: __( 'Remove a link.' ), }, { - keyCombination: access( 'd' ), - description: __( 'Add a strikethrough to the selected text.' ), - }, - { - keyCombination: access( 'x' ), - description: __( 'Display the selected text in a monospaced font.' ), + keyCombination: primary( 'u' ), + description: __( 'Underline the selected text.' ), }, ], };