[PR #14217] Add system menu support from SUI & read-only panes #30014

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

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

State: closed
Merged: No


Summary of the Pull Request

Adds support for the system menu to appear from the Settings UI and read-only panes.

PR Checklist

Closes #11970

Detailed Description of the Pull Request / Additional comments

This is another case of needing the DirectKeyListener. Alt+Space just doesn't go through the normal key event handler, so we needed to add support for it in both of these places.

Validation Steps Performed

  • Tested ALT+SPACE from settings UI
  • Tested ALT+SPACE from read-only pane
**Original Pull Request:** https://github.com/microsoft/terminal/pull/14217 **State:** closed **Merged:** No --- ## Summary of the Pull Request Adds support for the system menu to appear from the Settings UI and read-only panes. ## PR Checklist Closes #11970 ## Detailed Description of the Pull Request / Additional comments This is another case of needing the DirectKeyListener. Alt+Space just doesn't go through the normal key event handler, so we needed to add support for it in both of these places. ## Validation Steps Performed - [X] Tested ALT+SPACE from settings UI - [X] Tested ALT+SPACE from read-only pane
claunia added the pull-request label 2026-01-31 09:38:10 +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#30014