WICG / eyedropper-api

Other
69 stars 7 forks source link

Specify arrow keys behavior while chooser is open? #16

Closed ericlaw1979 closed 3 years ago

ericlaw1979 commented 3 years ago

With the current Chromium prototype on my 4k screen, it's impossible to select some pixels because the touchpad sensitivity is insufficient.

In most screengrabber applications, the user can use the arrow keys to move the selected pixel by a single pixel at a time. Perhaps this new feature should have that behavior as well?

ipopescu93 commented 3 years ago

Thanks for the issue! The user agent has the freedom to implement eyedropper pixel selection UI that best fits their platform and follows these rules.

For the Chromium implementation we are using this issue to track adding keyboard support.