Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Mouse Without Borders status colors #26640

Closed
rjindael opened this issue Jun 4, 2023 · 4 comments
Closed

Document Mouse Without Borders status colors #26640

rjindael opened this issue Jun 4, 2023 · 4 comments
Labels
Good first issue Good for newcomers. Help Wanted We encourage anyone to jump in on these and submit a PR. Issue-Docs Documentation issue that needs to be improved Product-Mouse Without Borders Refers to the Mouse Without Borders module Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.

Comments

@rjindael
Copy link

rjindael commented Jun 4, 2023

Description of the new feature / enhancement

Include a resource somewhere (either on the Microsoft help site or in the Mouse Without Borders page) that describes the status colors shown to users when trying to connect to another computer.

These colors are already shown here:

private static readonly Dictionary<SocketStatus, Brush> StatusColors = new Dictionary<SocketStatus, Brush>()

The colors being:

  • N/A: Dark Grey
  • Resolving: Yellow
  • Connecting: Orange
  • Handshaking: Blue
  • Error: Red
  • Connection was forcefully closed: Purple
  • Invalid key given: Brown
  • Timeout: Pink
  • Communication error: Maroon
  • Connected: Green

This is currently not documented anywhere.

Scenario when this would be used?

This is incredibly useful when troubleshooting your connection. I was able to figure out the problem with my Mouse Without Borders connection, but only after delving into the codebase.

Supporting information

No response

@rjindael rjindael added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Jun 4, 2023
@pniaps
Copy link

pniaps commented Dec 13, 2023

Same here.

I've connection problems and was looking for this.

A tooltip or a label under devices would help.

@Aaron-Junker Aaron-Junker added Help Wanted We encourage anyone to jump in on these and submit a PR. Good first issue Good for newcomers. Issue-Docs Documentation issue that needs to be improved Product-Mouse Without Borders Refers to the Mouse Without Borders module labels Dec 13, 2023
@htcfreek
Copy link
Collaborator

htcfreek commented Jan 7, 2024

@ckirby19
Feel free to open a PR. Your contribution is welcome. Thank you for your work on this.

@ckirby19
Copy link
Contributor

Added a PR for this and a PR for documentation windows-dev-docs

@htcfreek htcfreek added Status-In progress This issue or work-item is under development and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jan 15, 2024
@jaimecbernardo jaimecbernardo added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Status-In progress This issue or work-item is under development labels Jan 22, 2024
@jaimecbernardo
Copy link
Collaborator

Hi, this has been worked on for the 0.78 development cycle. 😄
Please update PowerToys to the latest: https://github.com/microsoft/PowerToys/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Good for newcomers. Help Wanted We encourage anyone to jump in on these and submit a PR. Issue-Docs Documentation issue that needs to be improved Product-Mouse Without Borders Refers to the Mouse Without Borders module Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
Status: No status
Development

No branches or pull requests

6 participants