This repository was archived by the owner on Mar 16, 2024. It is now read-only.
feat: add right click helper on unix like system.#361
Open
tofuliang wants to merge 2 commits intozimocode:masterfrom
Open
feat: add right click helper on unix like system.#361tofuliang wants to merge 2 commits intozimocode:masterfrom
tofuliang wants to merge 2 commits intozimocode:masterfrom
Conversation
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在忙,无法亲自回复您的邮件。我将在空闲后,尽快给您回复。
|
Owner
|
引入了第三方软件,已经超出了扩展程序的范畴,似乎不是很合适。 |
Author
严格来说也不算第三方软件吧?毕竟源码也是在这个项目里的。 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
此pr实现了在macOS(已测试)和Linux上有相同的鼠标手势操作体验。
即按住右键滑动鼠标可以触发鼠标手势,点按右键可以正常弹出右键菜单。
实现原理是参考已被Google Chrome Webstore下架的 Smooth Gestures Plus的。
深知代码实现的很锉,仅用于抛砖引玉。
#269
https://github.com/smoothgesturesplus/Issues/issues/81