mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.54k stars 239 forks source link

feat: keymaps for color selection (#251) #275

Closed freddiehaddad closed 2 months ago

freddiehaddad commented 5 months ago

This commit adds the following keymaps:

If there are fewer than 10 colors in the palette, keymaps for colors beyond what's in the palette will result in selecting the last color. For example, if there are 3 colors in the palette and the user presses 4, then color 3 is selected.

For palettes with more than 10 colors, manual selection is still required for colors after 10.