Skip to content

Create new window key binding #2068

Closed
Closed
@havidarou

Description

@havidarou

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable): 0.2.1831.0

Steps to reproduce

I edit my settings to add a key binding for newWindow as listed here: https://github.com/microsoft/terminal/blob/v0.2.1831.0/src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp#L28

This is a sample of the configuration:

            {
                "command" : "newWindow",
                "keys" : 
                [
                    "ctrl+n"
                ]
            }

Expected behavior

Upon pressing ctrl+n a new Windows terminal window should be opened.

Actual behavior

Nothing happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalHelp WantedWe encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions