Bug Report #1841

Closed
opened 2026-01-30 22:39:26 +00:00 by claunia · 1 comment
Owner

Originally created by @ssrahul96 on GitHub (Jun 22, 2019).

copy paste keybindings not working

           {
                "command": "PasteText",
                "keys": [
                    "ctrl+v"
                ]
            },
            {
                "command": "CopyText",
                "keys": [
                    "ctrl+c"
                ]
            }

When opening the config are deleted.

Originally created by @ssrahul96 on GitHub (Jun 22, 2019). copy paste keybindings not working ``` { "command": "PasteText", "keys": [ "ctrl+v" ] }, { "command": "CopyText", "keys": [ "ctrl+c" ] } ``` When opening the config are deleted.
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-30 22:39:26 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 22, 2019):

Those aren’t supported key bindings. #968

@DHowett-MSFT commented on GitHub (Jun 22, 2019): Those aren’t supported key bindings. #968
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1841