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

Open
opened 2026-01-30 23:24:58 +00:00 by claunia · 0 comments
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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3584