Add a ShortcutAction argument to enable opening the default settings directly #3587

Closed
opened 2026-01-30 23:25:01 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (Aug 27, 2019).

Originally assigned to: @carlos-zamora on GitHub.

from #2515:

    void App::_HandleOpenSettings(const IInspectable& /*sender*/,
                                  const TerminalApp::ActionEventArgs& args)
    {
        // TODO:<future> Add an optional arg for opening the defaults here
        _LaunchSettings(false);

After #1142 lands, we should add an optional arg to "OpenSettings" that would enable a user to launch straight into the defaults.

Originally created by @zadjii-msft on GitHub (Aug 27, 2019). Originally assigned to: @carlos-zamora on GitHub. from #2515: ``` void App::_HandleOpenSettings(const IInspectable& /*sender*/, const TerminalApp::ActionEventArgs& args) { // TODO:<future> Add an optional arg for opening the defaults here _LaunchSettings(false); ``` After #1142 lands, we should add an optional arg to "OpenSettings" that would enable a user to launch straight into the defaults.
Author
Owner

@ghost commented on GitHub (Jun 18, 2020):

:tada:This issue was addressed in #6299, which has now been successfully released as Windows Terminal Preview v1.1.1671.0.🎉

Handy links:

@ghost commented on GitHub (Jun 18, 2020): :tada:This issue was addressed in #6299, which has now been successfully released as `Windows Terminal Preview v1.1.1671.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.1.1671.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3587