poochie89 / SnipDo-Extensions

SnipDo extensions and advanced guide
137 stars 1 forks source link

[Request] Hide the popup when Ctrl+C hotkey pressed #51

Closed emvaized closed 1 year ago

emvaized commented 1 year ago

Sometimes when you select some text and press Ctrl+C to copy it, it becomes annoying that SnipDo popup remains on screen, and you have to click somewhere to hide it. Would be great to see some option to hide the popup on Ctrl+C shortcut, or any key press. Thanks

poochie89 commented 1 year ago

I will add that

emvaized commented 1 year ago

@poochie89 Thanks! Very appreciated

emvaized commented 1 year ago

I noticed that new version added "Hide on Ctrl + C" option in settings! Thanks! However, it doesn't work for me on Windows 11... When I press Ctrl+C, nothing happens and popup remains visible.

emvaized commented 1 year ago

By the way, perhaps it makes sense to hide not only on Ctrl+C, but also on Ctrl+X? Also, some text editors provide hotkeys like Ctrl+B or Ctrl+I to edit text... Maybe it should be more generic, like "Hide when Ctrl is pressed"? Thanks

poochie89 commented 1 year ago

Can you enable logging and press ctrl c, and send me the file? Also please try to change the mouse monitoring to v1 in the setting (settings).

Max @.***> schrieb am Fr. 16. Juni 2023 um 22:41:

By the way, perhaps it makes sense to hide not only on Ctrl+C, but also on Ctrl+X? Also, some text editors provide hotkeys like Ctrl+B or Ctrl+I to edit text... Maybe it should be more generic, like "Hide when Ctrl is pressed"? Thanks

— Reply to this email directly, view it on GitHub https://github.com/poochie89/SnipDo-Extensions/issues/51#issuecomment-1595291672, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACY4Q7DKMZSHKMOS3IA4LK3XLTAJHANCNFSM6AAAAAAZFYPD5Q . You are receiving this because you were mentioned.Message ID: @.***>

emvaized commented 1 year ago

Sure, here's basic log: 1) Enabled logging 2) Switched to browser and selected text (popup revealed) 3) Pressed CTRL+C 3 times 4) Popup did not dissapeared until "Autohide" setting elapsed (3 seconds) 5) Switched back to SnipDo and pressed "Export"

log.txt

poochie89 commented 1 year ago

Ok thanks, Please also change the monitoring mode to v1 in the settings (bottom). This should def work, but i would like to make it work with v2 as well.

Max @.***> schrieb am Sa. 17. Juni 2023 um 06:49:

Sure, here's basic log:

  1. Enabled logging
  2. Switched to browser and selected text (popup revealed)
  3. Pressed CTRL+C 3 times
  4. Popup did not dissapeared until "Autohide" setting elapsed (3 seconds)
  5. Switched back to SnipDo and pressed "Export"

log.txt https://github.com/poochie89/SnipDo-Extensions/files/11777928/log.txt

— Reply to this email directly, view it on GitHub https://github.com/poochie89/SnipDo-Extensions/issues/51#issuecomment-1595622401, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACY4Q7CC6C6WU47JJUV2763XLUZOFANCNFSM6AAAAAAZFYPD5Q . You are receiving this because you were mentioned.Message ID: @.***>

emvaized commented 1 year ago

The one I shared was with v1 mode in settings.

Here's the same log for v2: log_v2.txt

poochie89 commented 1 year ago

3.0.50 is out, should be fixed there?

emvaized commented 1 year ago

Nope, still doesn't work for me with 3.0.50 unfortunately...

poochie89 commented 1 year ago

Does it work when the show on ctrl+c option is enabled?

emvaized commented 1 year ago

No, not really. Moreover - I figured out that "Show on CTRL+C" and "Show on CTRL+X" options are not working for me either. But "Show on CTRL+A" does work and shows tooltip.

poochie89 commented 1 year ago

Ok got the bug, fixed in next update

emvaized commented 1 year ago

Great, thanks!

emvaized commented 1 year ago

Yeap, it works just fine in 3.0.52! Thanks again for your great work.