feat: add visual guide for macOS input monitoring permission - #1018
Open
YangSiJun528 wants to merge 1 commit into
Open
feat: add visual guide for macOS input monitoring permission#1018YangSiJun528 wants to merge 1 commit into
YangSiJun528 wants to merge 1 commit into
Conversation
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.
When I first encountered BongoCat's macOS Input Monitoring permission prompt, I found the project's official instructions difficult to follow, especially the remove-and-re-add steps.
The current
masterbranch already provides clearer step-by-step guidance than latest release (v1.1.0), but I think a visual guide would make the process easier to understand.Adds a
View Instructionsoption to the macOS Input Monitoring permission dialog.The bundled visual guide shows how to remove the existing BongoCat entry and re-add
BongoCat.appfrom Applications. The existingOpen NowandOpen Laterflows remain unchanged.Tested on macOS:
我第一次遇到 BongoCat 的 macOS“输入监控”权限提示时,觉得项目提供的官方说明不太容易理解,尤其是移除后重新添加的步骤。
与当前最新发布版本(
v1.1.0)相比,master分支已经提供了更清晰的分步说明,但我认为加入图示可以让整个流程更容易理解。在 macOS“输入监控”权限对话框中新增“查看操作说明”选项。
内置图示说明了如何移除现有的 BongoCat 条目,并从“应用程序”中重新添加
BongoCat.app。现有的“前往开启”和“稍后开启”流程保持不变。