Be able to support clicking on embedded links in the mark mode #22649

Closed
opened 2026-01-31 08:19:30 +00:00 by claunia · 1 comment
Owner

Originally created by @StevenBucher98 on GitHub (Dec 12, 2024).

Originally assigned to: @carlos-zamora on GitHub.

Description of the new feature

Currently from https://github.com/microsoft/terminal/pull/13405 support for keyboard use of hyperlinks is supported but does not work for embedded links. For example, when a link is embedded and or does not have the https:// prefix it does not work. Here is a screenshot of scenario where the embedded links are not accessible via keyboard. Image

Proposed technical implementation details

Make embedded links and links that do not have the https:// in the prefix available to be accessed by the mark mode.

Originally created by @StevenBucher98 on GitHub (Dec 12, 2024). Originally assigned to: @carlos-zamora on GitHub. ### Description of the new feature Currently from https://github.com/microsoft/terminal/pull/13405 support for keyboard use of hyperlinks is supported but does not work for embedded links. For example, when a link is embedded and or does not have the `https://` prefix it does not work. Here is a screenshot of scenario where the embedded links are not accessible via keyboard. ![Image](https://github.com/user-attachments/assets/894ffecb-d410-4cd2-a557-2c7fd3b3d853) ### Proposed technical implementation details Make embedded links and links that do not have the https:// in the prefix available to be accessed by the mark mode.
claunia added the Issue-FeatureIn-PRNeeds-Tag-FixArea-InteractionProduct-Terminal labels 2026-01-31 08:19:30 +00:00
Author
Owner

@carlos-zamora commented on GitHub (Dec 12, 2024):

To navigate to a hyperlink using a keyboard (PR #13405)...

  • enter mark mode (ctrl+shift+m)
  • shift+tab or tab to select a hyperlink
  • ctrl+enter to open it

So yeah, we should navigate to the embedded links too

@carlos-zamora commented on GitHub (Dec 12, 2024): To navigate to a hyperlink using a keyboard (PR #13405)... - enter mark mode (ctrl+shift+m) - shift+tab or tab to select a hyperlink - ctrl+enter to open it So yeah, we should navigate to the embedded links too
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22649