allow adding hotkeys to label types

This commit is contained in:
Martin Baeuml
2011-05-03 18:58:51 +02:00
parent 1648c8c283
commit 4885a35874
3 changed files with 66 additions and 26 deletions
+3
View File
@@ -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")