-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-ScenarioNeeds-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
This is a follow-up to #9794
Potential follow-ups
- changing the font size
- changing the font face
- changing the opacity of acrylic (Action for adjusting opacity at runtime #11205)
- Toggling acrylic? (Add a key binding to set or toggle acrylic #2531)
- SetPixelShaderPath?
- SetWindowTheme (light/dark/system/<some theme from Add comprehensive XAML "theming" functionality #3327>)?
-
sendInput, see 60f63b0
Each of these could have default nested commands that have some example values. Like
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-ScenarioNeeds-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
{ // 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 } } ] },