brave/brave-browser

Underline/indicate keyboard shortcuts in right-click menu

Open

#51218 opened on Dec 4, 2025

View on GitHub
 (5 comments) (1 reaction) (0 assignees)JavaScript (16,194 stars) (2,164 forks)batch import
OS/Desktopfeature-requestgood first issuepolishpriority/P5

Description

Platforms

Desktop

Description

When right-clicking on certain elements there are multiple options, and through trial and error and asking around I've discovered the following keyboard shortcuts available when using this right-click menu:

Link: T - open a New Tab P - open a New Private Window W - opens a New Window C - copies link

Image: I (i) - open image in new tab

Text: S - search for text in new tab using default browser search engine

Indicating to the user what keyboard keys could be used when the right-click menu is open would be a value-add to users, especially new ones. A couple options to accomplish this are found here.

  1. Using the capital letter of the keyboard shortcut in parenthesis at the end of the explanation, as seen in the Inspect (Q) entry in the linked image above.
  2. Underlining a letter of the text explanation, as seen in Copy Ḻink in the linked image above. The Brave version of this would underline the C instead.

One or both methods could be applied to each item in Brave's right-click menu.

Contributor guide