diff --git a/packages/docs/docs/guides/configure/web/context-menus.mdx b/packages/docs/docs/guides/configure/web/context-menus.mdx index 55e565d7c51..4660f7f2799 100644 --- a/packages/docs/docs/guides/configure/web/context-menus.mdx +++ b/packages/docs/docs/guides/configure/web/context-menus.mdx @@ -9,11 +9,9 @@ import Image from '@site/src/components/Image'; # Context menus A context menu contains a list of actions that a user can perform on a component -such as a workspace, block, or workspace comment. The context menu is shown in -response to a right-click or a long press on a touch device. If you use the -[`@blockly/keyboard-navigation` plugin][keyboard-navigation-plugin], it is also -shown with a keyboard shortcut, which defaults to `Ctrl+Enter` on Windows or -`Command+Enter` on Mac. +such as a workspace, block, or workspace comment. There are three ways to +trigger the context menu: right-click with the mouse, long-press on a touch +device, or press `Ctrl + Enter` (Windows) or `Command + Enter` (Mac).