jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

Keyboard support in icon editor #22

Closed jacobpalm closed 2 years ago

jacobpalm commented 2 years ago

The icon editor currently does not have keyboard support - this should be implemented.

Desired behavior:

jacobpalm commented 2 years ago

Initial support added with 4cbc42b. Now supports keyboard selection of color. Also highlights currently selected color, regardless of whether keyboard or mouse was used to select it, for greater visibility. Buttons added to switch tool between pencil or paint bucket, rather than using left and right click, also to improve visibility, and to better support keyboard drawing.

Drawing using keyboard remains to be implemented.

jacobpalm commented 2 years ago

Fully implemented in 9cf802d