From cd58e4109ebba42af96d4627f82fbebde3609bfc Mon Sep 17 00:00:00 2001 From: iseulde Date: Thu, 28 Mar 2019 13:15:01 +0100 Subject: [PATCH] Update modal --- .../src/components/keyboard-shortcut-help-modal/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 22f160b7727d82..5c6037c0467f4b 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 @@ -18,7 +18,6 @@ const { ctrl, alt, ctrlShift, - shiftAlt, } = displayShortcutList; const globalShortcuts = { @@ -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).' ), }, {