mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #102] when installed Proxyman my command+f failed to work everywhere! #97
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wunshine on GitHub (Apr 3, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/102
Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
What OS Version are you using? (Ex. mac 10.13)
Steps to reproduce this issue
Screenshots (optional)
when installed Proxyman, i just found that my command+f failed in Xcode and chrome,and then my command+f was not work everywhere.
After uninstalled Proxyman ,everything workes well again.
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
Hey @wunshine
This issue is known-issues and it was fixed in Proxyman 1.3.2 (https://github.com/ProxymanApp/Proxyman/issues/45)
If you're using old version. It's time to upgrade it to Proxyman 1.3.4 at https://github.com/ProxymanApp/Proxyman/releases/tag/1.3.4
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
I can't reproduce it in OS 10.14. If you don't mind, which macOS are you using 🤔
I would like to take a look on it, when it's annoying bug 🥺
@wunshine commented on GitHub (Apr 3, 2019):
─>🤓 brew cask install proxyman
==> Satisfying dependencies
==> Downloading https://github.com/ProxymanApp/Proxyman/releases/download/1.3/Pr
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws
######################################################################## 100.0%
==> Verifying SHA-256 checksum for Cask 'proxyman'.
==> Installing Cask proxyman
==> Moving App 'Proxyman.app' to '/Applications/Proxyman.app'.
🍺 proxyman was successfully installed!
Mac os version 10.14.4.
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
Hey thank for the log ⚡️,
For some reasons, your brew cask repository is out of date. From the log you sent, you're installing Proxyman 1.3, not 1.3.4 (https://github.com/Homebrew/homebrew-cask/pull/61222)
Can you try to upgrade your cask?
Or just open the Proxyman -> Check for Update...

Thank for bounding 😁
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
@wunshine The output of brew cask should have
1.3.4For instance,
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
Hey @wunshine
Here is the hot-fix for your issue 🔥 https://www.dropbox.com/s/a6jbgzstgefp5uv/Proxyman_1.3.4.dmg?dl=0
Thank you for using Proxyman 👍
@wunshine commented on GitHub (Apr 3, 2019):
ok, thank you
I'll try to update my cask and install again
@NghiaTranUIT commented on GitHub (Apr 3, 2019):
Awesome man 😍
@NghiaTranUIT commented on GitHub (Apr 7, 2019):
I actually refactor the logic of HotKey in Proxyman 1.3.4.1.
Technically, I removed completely the Global Hotkey, and replacing with Hot key with First Responder, so the other will never be conflicted. This approach seems to be better than the last one.
Thank you guys 🥺