HaikuArchives / ArtPaint

ArtPaint is a painting and image processing program.
https://haikuarchives.github.io/ArtPaint/
29 stars 18 forks source link

ImageView: accept Enter key when manipulators aren't focused #472

Closed dsizzle closed 1 year ago

dsizzle commented 1 year ago

Now ENTER should work to accept manipulators even when the window isn't focused, just like ESC does for cancelling.

Another piece of #282

humdingerb commented 1 year ago

Fantastic! Just a question: would it be possible to treat a double-click on the selection (or canvas if there's none) the same as a manipulator-confirming ENTER? Merging this in any case.