Terminal: Create new window key binding

Created on 23 Jul 2019  路  4Comments  路  Source: microsoft/terminal

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.

Area-User Interface Help Wanted Issue-Task Product-Terminal Resolution-Duplicate v1-Scrubbed

Most helpful comment

Yea, that one hasn't been implemented yet. We should do that.

All 4 comments

Yea, that one hasn't been implemented yet. We should do that.

Isn't this a dup of #1051 (which is placed on Terminal Backlog BTW)

馃う鈥嶁檪 yep it definitely is, thanks for helping clear up our backlog 鈽猴笍

/dup #1051

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

Was this page helpful?
0 / 5 - 0 ratings