fix: document clipboard history dependency - #737
Open
Minlor wants to merge 1 commit into
Open
Conversation
Add Win+V to the Touch Keyboard service description and remove the misleading desktop-safe claim.
Minlor
marked this pull request as ready for review
July 11, 2026 17:37
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.
Description
Updates the Touch Keyboard and Handwriting Panel Service description to explicitly state that disabling the service also disables Windows clipboard history (
Win+V).The previous wording described the setting as safe on desktop systems without touch, pen, or gamepad hardware. That could mislead desktop users who rely on clipboard history, so the description now lists clipboard history with the other affected Windows Input Experience features.
Both the catalog fallback text and the English UI localization are updated so the warning is visible in the application.
Type of Change
Related Issues
Follow-up to #374 and #590.
Testing Performed
Validation performed:
dotnet build src/Winhance.Core/Winhance.Core.csproj --configuration Release --no-restorepasses with zero warnings.en.json.Windows clipboard history (Win+V).git diff --checkpasses.The localization integration-test project could not be compiled locally because the machine does not have the Windows 10 UAP SDK
10.0.19041.0Platform.xml required by the unrelated WinGet interop project.Screenshots/Videos
Not applicable; this is a text-only clarification.
Checklist
Additional Notes
An earlier source-only wording change for #590 did not update the localized UI string. This change keeps the catalog fallback and the displayed English localization in sync.