Skip to content
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

Screenshots are difficult #11

Closed
cpressland opened this issue Dec 30, 2023 · 4 comments
Closed

Screenshots are difficult #11

cpressland opened this issue Dec 30, 2023 · 4 comments
Labels
bug Something isn't working can't reproduce no reply

Comments

@cpressland
Copy link

cpressland commented Dec 30, 2023

When using SwiftSift with the CMD+Shift modifier, screenshots become difficult. Example, CMD+SHIFT+4 allows you to draw a box around the area you wish to screenshot. With ShwiftShift running macOS is trying to draw that box and take a screenshot at the same time, which makes taking the screenshot is almost impossible.

One possible solution might be to watch for a known button press such as 3 or 4 and then discard any resize / move workflows, alternatively, if any other button is pressed while the modifiers are held down, also discard.

@pablopunk
Copy link
Owner

It's a great idea to watch for other buttons to be pressed (apart from the shortcut, of course). I might try to implement it if possible. But for your specific scenario, I'm not sure what the issue is. If you press CMD+SHIFT+4 you don't have to hold it to take a screenshot, just press it once, drag the area, and click. Here's an example using Swift Shift alongside the screenshot feature:

shot.1.mp4

Is that not your case? Let me know!

@cpressland
Copy link
Author

Very interesting, thats not what happens on my system at all.

  • Press CMD+SHIFT+4
  • Able to take screenshot normally
  • Once screenshot has been taken, SwiftShift is 'stuck' in Resize mode without me pressing anything on the keyboard, it remains 'stuck' until I press CMD again.
screenrec.mov

You can kinda see this from the sudden resize after I let go of left click from taking the screenshot.

@pablopunk pablopunk added the bug Something isn't working label Jan 1, 2024
@pablopunk
Copy link
Owner

@cpressland is this still happening with the latest release? https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip

@pablopunk
Copy link
Owner

Feel free to reopen if it still happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't reproduce no reply
Projects
None yet
Development

No branches or pull requests

2 participants