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

Select current display (in addition to Select entire screen) #3649

Open
Mattwmaster58 opened this issue Jun 26, 2024 · 4 comments
Open

Select current display (in addition to Select entire screen) #3649

Mattwmaster58 opened this issue Jun 26, 2024 · 4 comments
Labels
Enhancement Feature requests and code enhancements

Comments

@Mattwmaster58
Copy link

Feature Description

There is a keyboard action "Select entire screen". I think that "Select entire display" would be a nice complimenting keyboard action as well, especially in multi-display setups.

@Mattwmaster58 Mattwmaster58 added the Enhancement Feature requests and code enhancements label Jun 26, 2024
@mmahmoudian
Copy link
Member

Thanks for your suggestion, but taking screenshot of a particular display/monitor is already implemented for quite many years now. For example to take the screenshot of display number1:

flameshot screen --number 1

You can accompany this with some "final actions" to do exactly what you want. For example, to save the screenshot to clipboard AND at the same time save it on disk in the "${HOME}/Pictures" path you can do:

flameshot screen --number 1 --clipboard --path "${HOME}/Pictures"

@mmahmoudian
Copy link
Member

On second thought, by "There is a keyboard action" do you mean when the GUI is active and you are annotating the screenshot? If that's what you are looking for, I don't think it can be easily done because after the screenshot is taken from all monitors, they are stitched together to form a large canvas, and as the results Flameshot has no understanding of the monitor boundaries since everything is one large picture. I believe the best course of action using the current implementation is to decide about the monitor prior to capturing the screenshot.

Please let me know if my previous answer was addressing what you initially meant, or this answer is what you are looking for.

@mmahmoudian mmahmoudian reopened this Jun 28, 2024
@mmahmoudian mmahmoudian added the Waiting For Info Addressing the issue or merging the PR is halted and we are waiting for more info to be provided. label Jun 28, 2024
@Mattwmaster58
Copy link
Author

do you mean when the GUI is active and you are annotating the screenshot?

Yes, exactly.

@mmahmoudian
Copy link
Member

I believe in the current implementation it is not possible (or at least I cannot think of a way without major processing overhead). I will keep this open in case in future we find a way.

@mmahmoudian mmahmoudian removed the Waiting For Info Addressing the issue or merging the PR is halted and we are waiting for more info to be provided. label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature requests and code enhancements
Projects
None yet
Development

No branches or pull requests

2 participants