MewPurPur / GodSVG

An application in early development for creating simple vector graphics. Built in Godot.
https://godsvg.com
MIT License
1.06k stars 48 forks source link

Improve how shortcuts are set #754

Closed MewPurPur closed 1 month ago

MewPurPur commented 1 month ago

image

This is a bit more complicated than it needs to be, as it asks you to aim twice. Normally that'd be fine, but clicking on an unused shortcut immediately asks you to input that shortcut, so you get thrown off when you have to click a second time for other shortcuts.

Ideally, when you click it, it would start listening for inputs, whilst also showing a button for deleting it.

Another issue that's popped up is that pressing Esc while in shortcut entering mode closes the whole settings menu.