From 91b9e047fa23f5fef7173c642b704693f34dd4af Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 7 Apr 2023 12:29:56 +0200 Subject: [PATCH] Add back sidebar to the Settings keyboard shortcut description. --- docs/explanations/faq.md | 2 +- packages/edit-post/src/components/keyboard-shortcuts/index.js | 2 +- .../edit-site/src/components/keyboard-shortcuts/register.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/explanations/faq.md b/docs/explanations/faq.md index 964fa87e9cc68..4a365ce5b41d1 100644 --- a/docs/explanations/faq.md +++ b/docs/explanations/faq.md @@ -151,7 +151,7 @@ This is the canonical list of keyboard shortcuts: Z - Show or hide the Settings. + Show or hide the Settings sidebar. Ctrl+Shift+, , diff --git a/packages/edit-post/src/components/keyboard-shortcuts/index.js b/packages/edit-post/src/components/keyboard-shortcuts/index.js index 012173f11c683..5344d9155c8a4 100644 --- a/packages/edit-post/src/components/keyboard-shortcuts/index.js +++ b/packages/edit-post/src/components/keyboard-shortcuts/index.js @@ -130,7 +130,7 @@ function KeyboardShortcuts() { registerShortcut( { name: 'core/edit-post/toggle-sidebar', category: 'global', - description: __( 'Show or hide the Settings.' ), + description: __( 'Show or hide the Settings sidebar.' ), keyCombination: { modifier: 'primaryShift', character: ',', diff --git a/packages/edit-site/src/components/keyboard-shortcuts/register.js b/packages/edit-site/src/components/keyboard-shortcuts/register.js index 762565f69b7b4..0574125ba476b 100644 --- a/packages/edit-site/src/components/keyboard-shortcuts/register.js +++ b/packages/edit-site/src/components/keyboard-shortcuts/register.js @@ -66,7 +66,7 @@ function KeyboardShortcutsRegister() { registerShortcut( { name: 'core/edit-site/toggle-block-settings-sidebar', category: 'global', - description: __( 'Show or hide the Settings.' ), + description: __( 'Show or hide the Settings sidebar.' ), keyCombination: { modifier: 'primaryShift', character: ',',