key bindings for copy, paste, increaseFontSize and decreaseFontSize do not seem to work #2044

Open
opened 2026-01-30 22:45:23 +00:00 by claunia · 0 comments
Owner

Originally created by @fpintos on GitHub (Jun 24, 2019).

Environment

Windows build number: 10.0.18362.175
Windows Terminal version (if applicable): 0.2.1715.0

Steps to reproduce

Update the Windows Terminal profile with keybindings for copy, paste, increaseFontSize and decreaseFontSize.

Example:

            {
                "command": "copy",
                "keys": [
                    "ctrl+shift+c"
                ]
            },
            {
                "command": "paste",
                "keys": [
                    "ctrl+shift+v"
                ]
            },
            {
                "command": "increaseFontSize",
                "keys": [
                    "ctrl+="
                ]
            },
            {
                "command": "decreaseFontSize",
                "keys": [
                    "ctrl+-"
                ]
            }

Expected behavior

For the respective commands to take effect when these keys are pressed.

Actual behavior

These operations do not respond to the given keybindings.
Copy/Paste does not happen (already referenced in other issues, like !968).
Font size does not change.

Originally created by @fpintos on GitHub (Jun 24, 2019). # Environment ```none Windows build number: 10.0.18362.175 Windows Terminal version (if applicable): 0.2.1715.0 ``` # Steps to reproduce Update the Windows Terminal profile with keybindings for copy, paste, increaseFontSize and decreaseFontSize. Example: ```json { "command": "copy", "keys": [ "ctrl+shift+c" ] }, { "command": "paste", "keys": [ "ctrl+shift+v" ] }, { "command": "increaseFontSize", "keys": [ "ctrl+=" ] }, { "command": "decreaseFontSize", "keys": [ "ctrl+-" ] } ``` # Expected behavior For the respective commands to take effect when these keys are pressed. # Actual behavior These operations do not respond to the given keybindings. Copy/Paste does not happen (already referenced in other issues, like !968). Font size does not change.
claunia added the Needs-Tag-FixResolution-DuplicateProduct-Terminal labels 2026-01-30 22:45:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2044