[PR #17718] Log action dispatch occurrence #31337

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

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

State: closed
Merged: Yes


Some simple logic to report whenever an action has successfully occurred (and what ShortcutAction was used).

Note, there will be some false positives here from startup. I noticed we get a newTab on launch. This is probably a result of restoring the window layout of the previous session since we're using ActionAndArgs for that.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17718 **State:** closed **Merged:** Yes --- Some simple logic to report whenever an action has successfully occurred (and what ShortcutAction was used). Note, there will be some false positives here from startup. I noticed we get a `newTab` on launch. This is probably a result of restoring the window layout of the previous session since we're using ActionAndArgs for that.
claunia added the pull-request label 2026-01-31 09:46:38 +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#31337