mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[Docs]Add file for MWB documentation (#30838)
* Added markdown file for mouse without borders documentation * Changed wording from codes to colors * Reformatted hex codes following comment * Added mousewithoutborders to github allow names
This commit is contained in:
1
.github/actions/spell-check/allow/names.txt
vendored
1
.github/actions/spell-check/allow/names.txt
vendored
@@ -7,6 +7,7 @@ imageresizer
|
|||||||
kbm
|
kbm
|
||||||
keyboardmanager
|
keyboardmanager
|
||||||
markdownpreviewhandler
|
markdownpreviewhandler
|
||||||
|
mousewithoutborders
|
||||||
mwb
|
mwb
|
||||||
oobe
|
oobe
|
||||||
pasteplain
|
pasteplain
|
||||||
|
|||||||
22
doc/devdocs/modules/mousewithoutborders.md
Normal file
22
doc/devdocs/modules/mousewithoutborders.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# 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` |
|
||||||
Reference in New Issue
Block a user