Ginj-capture / Ginj

Ginj capture
GNU General Public License v3.0
26 stars 7 forks source link

Full screen capture is too large is display has a zoom factor #69

Open vicnevicne opened 2 months ago

vicnevicne commented 2 months ago

If a zoom factor >100% is applied by Windows, a single click to capture the full screen results in a capture larger than the screen, which must be moved before buttons appear.

qu0zz commented 2 months ago

How/where do you set a single click to capture full screen, or do you mean by setting the target area as large as possible when a zoom level is set >100%? (I tried that, it does put the controls outside the capture area, but I couldn't find a way to use the controls without changing the capture area, thus it wouldn't be full screen.)

vicnevicne commented 2 months ago

When you click on the selection icon from the "Ginj sun widget" to start selecting a rectangle, if instead of dragging a rectangle you just single click anywhere on the screen, then the full screen gets selected... That is, if you are at 100% zoom level. Otherwise, the selection might be larger than the screen (and thus buttons are not visible etc)

qu0zz commented 2 months ago

Thanks, useful, that one passed me by, I thought you meant a key click! hmmm...Not easy to solve unless you can use the magnification status to enlarge the control panel, or have a manual user selectable option to reposition the control panel (if magnification is being used or as a general positional preference). Later thought: Unfortunately moving the window to see the control panel means you can't capture the required area but having a floating control panel which remembered where it was (if it was possible) would solve the issue. (title says "is display", s/r "if display")