79031da543
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Publish Dev Docs Website / build (push) Failing after 1s
Publish Dev Docs Website / deploy (push) Has been skipped
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# Mouse Without Borders module
|
|
|
|
[Public overview - Microsoft Learn](https://learn.microsoft.com/en-us/windows/powertoys/mouse-without-borders)
|
|
|
|
## Quick Links
|
|
|
|
[All Issues](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen%20label%3A%22Product-Mouse%20Without%20Borders%22)<br>
|
|
[Bugs](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen%20label%3AIssue-Bug%20label%3A%22Product-Mouse%20Without%20Borders%22)<br>
|
|
[Pull Requests](https://github.com/microsoft/PowerToys/pulls?q=is%3Apr+is%3Aopen+label%3A%22Product-Mouse+Without+Borders%22)
|
|
|
|
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` |
|