Visual-style extras: intensity, custom colors, laser colors, shortcut display options - #6
Merged
Merged
Conversation
Add Subtle/Normal/Bright/Beacon intensity presets that scale the click pulse's ring weight, fill, and (at the low end) opacity, so Normal matches the original look while Bright and Beacon read louder. Wired through Settings, profiles, and persistence like the other presets.
Add a "Custom..." button beside each color dropdown that opens the native Windows color dialog, so any color can be chosen per action instead of only the fixed palette. Picked colors are added to a shared, growable dropdown list (a recent-colors style) so they display and persist through the OK/Cancel draft.
Add outer and inner laser colors under Visual Style (with the same palette + custom picker), deriving the middle color as their blend so the defaults reproduce the original salmon middle. The glow now rebuilds when its colors change, so edits apply live. Wired through profiles and persistence; profiles saved before this field fall back to the stock laser colors.
Add Bottom-Center vs Near-Pointer placement and Small/Medium/Large size for the keyboard-shortcut pills. Near-Pointer renders the pill next to the cursor on the monitor under it; size scales the caps (Medium matches the original). Persisted in settings.
Record the pulse Intensity control, per-click custom color picker, laser pointer color customization, and live shortcut display position/size.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports the app-facing features from the macOS ClickLight merged PRs that we didn't yet have, plus one parity gap. Targets 1.5.0.
What's new
Testing
dotnet buildclean;dotnet test34/34 passing.Notes