Open Froloket64 opened 2 years ago
Maybe just clicking on the display would select the whole screen by default? Currently it cancels selection which seems a bit counter intuitive
Maybe just clicking on the display would select the whole screen
That's what the "-o" option does
But -o option then always selects whole display. It does not give me an option to either select a region or to select whole display.
But -o option then always selects whole display. It does not give me an option to either select a region or to select whole display.
No, by default if you use the the -o
option, then dragging a region will select the region, not the whole output. The behavior you are describing would require the -r
option as well.
Doh, thank you, it appears I have mixed the flags.
It would be nice to have a feature to capture the whole screen by pressing a specific key (let's say
f
orReturn
) when the selection pops up.I'm almost done with a solution, but I have trouble finding user's display resolution through API.