-
Notifications
You must be signed in to change notification settings - Fork 0
Add global profile toggle hotkey + apply .NET 4.8 upgrade baseline #3
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
base: feature/add-color-settings
Are you sure you want to change the base?
Add global profile toggle hotkey + apply .NET 4.8 upgrade baseline #3
Conversation
|
@copilot continue until fully complete |
Completed the remaining hotkey toggle feature work (UI, hotkey capture/registration, persisted toggle state, and apply/revert logic) in commit 29ffb6b. Screenshot: https://github.com/user-attachments/assets/59105d72-86c6-4694-9bb2-a48f8de892e0 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Upgraded project to target .NET Framework 4.8, updated NuGet packages (CommonServiceLocator, Costura.Fody, Fody), and refreshed .gitignore. Enhanced FodyWeavers.xsd with new options for runtime and unmanaged assemblies. Regenerated designer files with updated tooling. Improved project configuration for modern .NET and Visual Studio compatibility.
Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com>
Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com>
Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com>
Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com>
Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com>
9ad6a4a to
db295ed
Compare
Clears focus from the hotkey textbox after setting a profile toggle hotkey to improve user experience. Also adds the System namespace to IVibranceProxy.cs for completeness.
Introduce a global hotkey to toggle per-application vibrance/brightness/contrast/gamma, and align the branch with the .NET Framework 4.8 upgrade baseline needed for local VS builds.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.