mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
23 lines
890 B
Markdown
23 lines
890 B
Markdown
|
# Mouse Without Borders module
|
||
|
This file contains the documentation for the Mouse Without Borders PowerToy module.
|
||
|
## Table of Contents:
|
||
|
- [Mouse Without Borders module](#mouse-without-borders-module)
|
||
|
- [Table of Contents](#table-of-contents)
|
||
|
- [Status colors](#status-colors)
|
||
|
|
||
|
## Status colors
|
||
|
The following colors are used to indicate the connection status to the user when trying to connect to another computer:
|
||
|
|
||
|
| Connection Status | Color | Hex Code |
|
||
|
| :-----: | :---: | :---: |
|
||
|
| NA | Dark Grey | `#00717171` |
|
||
|
| Resolving | Yellow | `#FFFFFF00` |
|
||
|
| Connecting | Orange | `#FFFFA500` |
|
||
|
| Handshaking | Blue | `#FF0000FF` |
|
||
|
| Error | Red | `#FFFF0000` |
|
||
|
| ForceClosed | Purple | `#FF800080` |
|
||
|
| InvalidKey | Brown | `#FFA52A2A` |
|
||
|
| Timeout | Pink | `#FFFFC0CB` |
|
||
|
| SendError | Maroon | `#FF800000` |
|
||
|
| Connected | Green | `#FF008000` |
|