减小任务栏唤醒区域。 - #1684
Open
gspsp wants to merge 3 commits into
Open
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReduces the dock/taskbar wake-up trigger area from a small strip to a 1-pixel edge, so the dock only appears when the mouse actually hits the screen edge instead of a thicker region near it. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Author
|
I have read the CLA Document and I hereby sign the CLA. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gspsp The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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 by Sourcery
Enhancements: