-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 Bug Report: Empty Copy Beep not work #315
Comments
Hello felixadlen, Thank you for your first issue contribution 🎉 |
Thank you for your feedback, we didn't change the code related to disabling beeps in recent versions, and this issue will most likely always exist. In the beginning, due to the complexity of this issue #111 , there is no good solution at the moment, that's why we provide a 'Disable Empty Copy Beep' option, but this option may cause playing music to lag #83 , so currently it's only really enabled if no sound is playing. To make matters worse, the current method for determining whether a computer has the Play Sound feature is a private method that is unreliable and sometimes fails, in which case 'Disable Empty Copy Beep' will not work. |
It's only sometimes that this problem occurs, at which point you can try playing-pausing the music to see if you can temporarily fix the problem. |
I've found a solution https://x.com/tisfeng/status/1786629578557186391 , I'll try to fix this issue later. |
This bug has been fixed in version 2.7.2. |
Please confirm the following:
Problem description
Triggering "Select Text Translate" command with a keyboard shortcut adds a Empty Copy Beep, if no text is selected.
If text is selected, no beep.
Latest version (2.5.0) and I've tried toggle the "Disable Empty Copy Beep" but the beep is always there if no text is selected.
I
Reproduction steps
Triggering "Select Text Translate" command with a keyboard shortcut adds a Empty Copy Beep, if no text is selected.
If text is selected, no beep.
Latest version (2.5.0) and I've tried toggle the "Disable Empty Copy Beep" but the beep is always there if no text is selected.
Screenshot
Expected result
No audio beep when triggering the shortcut when no text is selected
Proposed solution (optional)
No response
Device type and OS version
Apple M2, macOs 14.1.2
Are you willing to submit a PR to fix this issue?
The text was updated successfully, but these errors were encountered: