mwerezak / DearPyGui-Obj

An object-oriented wrapper around DearPyGui
MIT License
45 stars 3 forks source link

Enum-based Shortcuts #18

Closed mwerezak closed 1 month ago

mwerezak commented 3 years ago

Would be nice to set shortcuts with:

menu_item.shortcut = Key.CTRL|Key.M

Instead of using strings.