-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] Entry is wrongly selected when opening #941
Comments
please share the details of running |
$ defaults read org.p0deje.Maccy
2024-11-03 11:34:46.674 defaults[70591:13299712]
Domain /Users/x/Library/Containers/org.p0deje.Maccy/Data/Library/Preferences/org.p0deje.Maccy does not exist |
This happens for me too, regularly. I second OP's request 😊 Great app though; absolute life saver!! |
@p0deje Is it released in 2.2.0? Still reproducible in 2.2.0 though, please reopen. iShot_2024-11-23_11.35.29.mov |
@wenfangdu I cannot reproduce this error, see how the first item remains selected when I popup Screen.Recording.2024-11-22.at.21.35.59.mov |
@p0deje Strange, what macOS version are you on? I'm on macOS 15.1.1, it's not 100% reproducible, maybe 25% chance, you can try different ways to reproduce, e.g. different app, different popup position, different cursor position, with/without clicking, etc. With all due respect, this issue asks for an option to disable the hovering to select entirely, this could fix it once and for all. The closing commit didn't add such option, hence, this issue should be reopened. |
Not sure if this is the same issue, but here is a video of something similar: Screen+Recording+2024-11-23+at+12.56.11.movI'm on sonoma 14.5 though |
I'm on macOS 15.2, will try to reproduce more.
I don't plan to include an option to disable hovering at all. This would ruin a native user experience where Maccy behaves as the context menu, so you could select items with arrow keys and/or a mouse. If there is an issue when cursors hijacks selection with enter, it's just a bug that needs to be fixed. |
@wenfangdu Please try 2.2.1, it should be a bit better. If still an issue, please provide steps how to reproduce it reliably. |
@p0deje Yes, it's a bit better, but unfortunately still reproducible: iShot_2024-11-26_11.11.51.mp4 |
@p0deje I've edited the issue title, please reopen until it gets fixed 🙏. |
@wenfangdu please share your settings by running the following in Terminal.app
|
@p0deje You've asked before though. $ defaults read org.p0deje.Maccy
2024-11-26 22:26:00.814 defaults[49208:3729202]
Domain /Users/x/Library/Containers/org.p0deje.Maccy/Data/Library/Preferences/org.p0deje.Maccy does not exist |
@wenfangdu This is really strange and bothers me because I cannot confirm an integrity of your Maccy version. Have you ever changed any settings in Maccy? |
@p0deje Sorry, my bad, my privacy settings blocked the terminal from reading the config:
|
@p0deje Thanks for the fix, when will it be released? |
@wenfangdu 2.3.0 has just been released |
@p0deje Thanks, it works great! |
Before Submitting Your Feature Request
Problem
First of all, thank you for making this great app! Quite frequently, maccy popup shows up while the cursor is hovering on a maccy entry, then that entry got selected, when I press
enter
, that entry is pasted, which is unintended.Solution
Have an option to disable hovering to select, in this case, an entry can only be selected via keyboard.
The text was updated successfully, but these errors were encountered: