fireclawthefox / DirectGuiDesigner

A Visual Editor for Panda3Ds Direct GUI
BSD 2-Clause "Simplified" License
25 stars 2 forks source link

Typo in help dialog #20

Closed Augustifolia closed 1 year ago

Augustifolia commented 1 year ago

This is a very minor issue, but the help dialog claims that the keyboard-event control-delete can be used to delete objects. Destroying objects is actually bound to just delete instead. What would you consider to be the expected behaviour?

fireclawthefox commented 1 year ago

Need to check that tomorrow what I had in mind for that. I think it was to prevent accidental deletions when the user is in a textfield and only wants to delete a character in it.

Augustifolia commented 1 year ago

Yes, that makes sense. I also feel that control-delete is more consistent with the other keyboard shortcuts.