Skip to content

resetFontSize not working when using ctrl+numpad_zero #11239

@elsaco

Description

@elsaco

Windows Terminal version (or Windows build number)

Windows Terminal Preview Version: 1.11.2421.0

Other Software

No response

Steps to reproduce

  1. increase font size with ctrl+numpad_plus or crtl+=
  2. reset font size with crtl+numbpad_zero

Expected Behavior

  1. font size reset

Actual Behavior

  1. ctrl+numpad_zero won't reset font size
  2. it works only with crtl+0 from upper numkey row

Settings from defaults.json:

        // Visual Adjustments
        { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+plus" },
        { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+minus" },
        { "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+numpad_plus" },
        { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+numpad_minus" },
        { "command": "resetFontSize", "keys": "ctrl+0" },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-SettingsIssues related to settings and customizability, for console or terminalHelp WantedWe encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingProduct-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.good first issueThis is a fix that might be easier for someone to do as a first contribution

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions