mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 10:07:37 +00:00
## Summary of the Pull Request Accumulated information from internal transition about the modules development, and reworked it to be added in dev docs. Also the dev docs intself was restructured to be more organized. New pages was verified by transition team. ## PR Checklist - [x] **Dev docs:** Added/updated --------- Co-authored-by: Zhaopeng Wang (from Dev Box) <zhaopengwang@microsoft.com> Co-authored-by: Hao Liu <liuhao3418@gmail.com> Co-authored-by: Peiyao Zhao <105847726+zhaopy536@users.noreply.github.com> Co-authored-by: Mengyuan <162882040+chenmy77@users.noreply.github.com> Co-authored-by: zhaopeng wang <33367956+wang563681252@users.noreply.github.com> Co-authored-by: Jaylyn Barbee <51131738+Jaylyn-Barbee@users.noreply.github.com>
1.4 KiB
1.4 KiB
Mouse Without Borders module
Public overview - Microsoft Learn
Quick Links
This file contains the documentation for the Mouse Without Borders PowerToy module.
Table of Contents:
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 |