Skip to content

Commit

Permalink
Update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and draganescu committed Apr 12, 2019
1 parent 97c8a84 commit cd58e41
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const {
ctrl,
alt,
ctrlShift,
shiftAlt,
} = displayShortcutList;

const globalShortcuts = {
Expand Down Expand Up @@ -60,11 +59,11 @@ const globalShortcuts = {
ariaLabel: shortcutAriaLabel.ctrlShift( '`' ),
},
{
keyCombination: shiftAlt( 'n' ),
keyCombination: access( 'n' ),
description: __( 'Navigate to the next part of the editor (alternative).' ),
},
{
keyCombination: shiftAlt( 'p' ),
keyCombination: access( 'p' ),
description: __( 'Navigate to the previous part of the editor (alternative).' ),
},
{
Expand Down

0 comments on commit cd58e41

Please sign in to comment.