mirror of
https://github.com/wassname/sloth.git
synced 2026-07-19 11:28:06 +08:00
allow adding hotkeys to label types
This commit is contained in:
@@ -20,3 +20,6 @@ self.add_label("Left Hand", {"type": "rect",
|
||||
"obj_type": obj_type_choice})
|
||||
self.add_label("Right Hand", {"type": "rect",
|
||||
"class": "right_hand"})
|
||||
|
||||
self.add_hotkey("", "Head", "h")
|
||||
self.add_hotkey("id", "Martin", "CTRL+m")
|
||||
|
||||
Reference in New Issue
Block a user