terminal/doc
Mike Griese a3a9df82b5
Add setTabColor and openTabColorPicker actions (#6567)
## Summary of the Pull Request

Adds a pair of `ShortcutAction`s for setting the tab color.
* `setTabColor`: This changes the color of the current tab to the provided color, or can be used to clear the color.
* `openTabColorPicker`: This keybinding immediately activates the tab color picker for the currently focused tab.

## References

## PR Checklist
* [x] scratches my own itch
* [x] I work here
* [x] Tests added/passed
* [x] https://github.com/MicrosoftDocs/terminal/pull/69

## Detailed Description of the Pull Request / Additional comments

## Validation Steps Performed
* hey look there are tests
* Tested with the following:
```json

        // { "command": "setTabColor", "keys": [ "alt+c" ] },
        { "keys": "ctrl+alt+c", "command": { "action": "setTabColor", "color": "#123456" } },
        { "keys": "alt+shift+c", "command": { "action": "setTabColor", "color": null} },
        { "keys": "alt+c", "command": "openTabColorPicker" },
```
2020-06-25 13:06:21 +00:00
..
cascadia Add setTabColor and openTabColorPicker actions (#6567) 2020-06-25 13:06:21 +00:00
images
reference Scale box drawing glyphs to fit cells for visual bliss (#5743) 2020-05-08 14:09:32 -07:00
specs Spec for unified keybindings and commands, and synthesized action names (#6532) 2020-06-22 15:41:45 -05:00
user-docs doc: fix a typo in user-docs/index.md (#5961) 2020-05-18 09:29:30 -07:00
AddASetting.md
bot.md
building.md Move to Microsoft.UI.Xaml 2.4.0 (#5778) 2020-06-05 17:07:03 +00:00
ConsoleCtrlEvent.md
ConsoleHostSettings.md
Debugging.md
EXCEPTIONS.md
Niksa.md
ORGANIZATION.md
STYLE.md
submitting_code.md
TAEF.md
terminal-v1-roadmap.md
terminal-v2-roadmap.md Add 1.1 blog post to 2.0 roadmap (#6581) 2020-06-19 08:18:58 -07:00
UniversalTest.md
virtual-dtors.md
WIL.md
WindowsTestPasses.md