Create new window key binding #2892

Closed
opened 2026-01-30 23:08:09 +00:00 by claunia · 4 comments
Owner

Originally created by @havidarou on GitHub (Jul 23, 2019).

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.

Originally created by @havidarou on GitHub (Jul 23, 2019). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> 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 <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> Upon pressing `ctrl+n` a new Windows terminal window should be opened. # Actual behavior <!-- What's actually happening? --> Nothing happens.
Author
Owner

@zadjii-msft commented on GitHub (Jul 25, 2019):

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

@zadjii-msft commented on GitHub (Jul 25, 2019): Yea, that one hasn't been implemented yet. We should do that.
Author
Owner

@ffes commented on GitHub (Mar 4, 2020):

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

@ffes commented on GitHub (Mar 4, 2020): Isn't this a dup of #1051 (which is placed on `Terminal Backlog` BTW)
Author
Owner

@zadjii-msft commented on GitHub (Mar 4, 2020):

🤦‍♂ yep it definitely is, thanks for helping clear up our backlog ☺️

/dup #1051

@zadjii-msft commented on GitHub (Mar 4, 2020): 🤦‍♂ yep it definitely is, thanks for helping clear up our backlog ☺️ /dup #1051
Author
Owner

@ghost commented on GitHub (Mar 4, 2020):

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!

@ghost commented on GitHub (Mar 4, 2020): 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2892