Skip to content

Commit

Permalink
Update help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 25, 2019
1 parent ff782ef commit be3116d
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.' ),
Expand All @@ -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.' ),
},
],
};
Expand Down

0 comments on commit be3116d

Please sign in to comment.