[PR #10821] Add support for a HighlightCursor keybinding #28253

Closed
opened 2026-01-31 09:27:19 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10821

State: closed
Merged: No


Summary of the Pull Request

Adds a new keybinding, HighlightCursor, that darkens the entire screen except for the cursor location, allowing users to easily locate the cursor (see gif below)

Pressing the keybinding highlights the cursor location and causes the light to follow the cursor as output/scrolling happens. Pressing the keybinding again returns the terminal to the normal state

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I work here

Validation Steps Performed

trackcursorlight

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10821 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Adds a new keybinding, `HighlightCursor`, that darkens the entire screen except for the cursor location, allowing users to easily locate the cursor (see gif below) Pressing the keybinding highlights the cursor location and causes the light to follow the cursor as output/scrolling happens. Pressing the keybinding again returns the terminal to the normal state <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed ![trackcursorlight](https://user-images.githubusercontent.com/26824113/129802486-4c3be222-fab4-42f7-a8be-cae51a602766.gif)
claunia added the pull-request label 2026-01-31 09:27:19 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28253