microsoft/Terminal

Additional commands could be previewable

Open

#9.818 geöffnet am 14. Apr. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-CmdPalHelp WantedIssue-ScenarioNeeds-Tag-FixProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

This is a follow-up to #9794

Potential follow-ups

  • changing the font size
  • changing the font face
  • changing the opacity of acrylic (#11205)
  • Toggling acrylic? (#2531)
  • SetPixelShaderPath?
  • SetWindowTheme (light/dark/system/<some theme from #3327>)?
  • sendInput, see 60f63b09c

Each of these could have default nested commands that have some example values. Like

{
    // Font size
    "name": { "key": "SetFontSizeCommandKey" },
    "commands": [
        { "command": { "action": "setFontSize", "size": 8 } },
        { "command": { "action": "setFontSize", "size": 10 } },
        { "command": { "action": "setFontSize", "size": 12 } },
        { "command": { "action": "setFontSize", "size": 16 } },
        { "command": { "action": "setFontSize", "size": 18 } },
        { "command": { "action": "setFontSize", "size": 24 } },
        { "command": { "action": "setFontSize", "size": 32 } },
        { "command": { "action": "setFontSize", "size": 48 } }
    ]
},

Contributor Guide