Comments

Log in with itch.io to leave a comment.

(+1)

Another nice tool! A couple recommendations:

-Offer an Always on Top window option. This guarantees visibility of the tool even when the user needs to click/move/show/hide other windows.

-Register F1-F3 as Global Hotkeys. Currently Pixel Picker must have focus for the hotkeys to function. If it does not have focus, the user must go back to the tool, click it, then move back to the screen location of the desired pixel to select it. More concerning is the issue that F1-F3 will invoke any built-in function of the currently focused window tied to those keys. If the user is trying to select a color and does not realize PP has lost focus, this could easily cause unexpected/undesired effects.

(+1)

Always on Top is a nice idea I can probably implement! 

I almost went with Shift+Shortcut keys originally, but decided it was a bit annoying dealing with key combinations, so I picked the F-keys for simplicity heh. I had only briefly considered that the user might run into the issue of pressing those keys when Pixel Picker was not the current focused window. I'll look into fixing things so the F1-F3 are global instead of dependent on PP having the focus!

(+1)

The update is working great. Thanks!

(+1)

Thank you so much for catching the various issues for me, by the way!