plainlab / plainprinter

Take multiple screenshots and convert them into a PDF file
GNU General Public License v3.0
54 stars 11 forks source link

Apple M1 Select next button take wrong values #10

Open cyb3rw0lf opened 2 years ago

cyb3rw0lf commented 2 years ago

Expected Behavior

Click on Select next button should take the correct screen value.

Current Behavior

Click on Select next button takes the screen values divided by 2. Clicking multiple times will eventually register the correct values.

Steps to Reproduce

  1. Click on Select next button
  2. Click on the screen
  3. Repeat until you get the correct values.

For example I click on screen at ~(1884, 2136) and the app register (942, 1067)

https://user-images.githubusercontent.com/25265715/182541679-9dc5145f-8b8e-49d5-82fa-979e92ce1b5b.mp4

Your Environment

manhtai commented 2 years ago

@cyb3rw0lf I've just tried on my Mac 14 (M1 pro) and it worked as expected. Will look into this when I had more time.

cyb3rw0lf commented 2 years ago

I'm using an external 4K display, maybe that's what triggering the different behavior. Would be great to have the option to manually insert the coordinates, like a text field.

manhtai commented 2 years ago

Oh I see. About the input text, it should be done though. In the meantime try to use your built-in display, the quality should be good also.

manhtai commented 2 years ago

Supported edit coords now on the latest version ☺️