nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
182 stars 14 forks source link

Color picker enhancements #49

Open Viza74 opened 6 years ago

Viza74 commented 6 years ago

You have to move the mouse so far away to pick a color from the palette... Some suggestions to remedy that:

nurpax commented 6 years ago

I also noticed that the border/bg color selector is kind of not great. These would work better with a 4x4 grid.

I guess you talked about char color selector which is on the right side of the screen?

Viza74 commented 6 years ago

Yes, the functionality of the color palette under the character... uhm.. palette.

Viza74 commented 6 years ago

ohh: my issue with the border/bg color picker is not a usability one, because you change those setting relativey infrequelty (like once for a screen?...) The problem is that it got too much emphasis in the current UI for its function/importance (prime "real estate" in the left toolbar along with all the frequenlty used tools). Maybe under the screen thumbnails, with smaller icons? That would strengten the idea of a "screen-wide" setting. Or simply just over the character palette. Because... there is enough not used space there. :)

nurpax commented 6 years ago

Yep the awesome @Esshahn already also thought about moving border/bg pickers to the top part of the UI in #43.

nurpax commented 6 years ago

Hmm, I implemented current color cycling with meta-left, meta-right (not q, e). Maybe q,e would be better since it's next to asdw, like @Viza74 suggests? Did the work as part of #58.

Viza74 commented 6 years ago

Yepp, cmd-left/right is pretty uncomfortable especially on my external keyboard. It is bearably on the built macbook one, but on the ext. keyboard the cmd and arrow keys are quite far away from each other (and from wasd).

ftoledo commented 2 years ago

please add shortcut to pick current character color under cursor (on text draw mode)