Added more hotkeys for new LE

This commit is contained in:
Gyedo Jeon 2010-02-25 02:23:30 +00:00
parent 5b4dc58c96
commit ae1f9ee618

View File

@ -280,6 +280,10 @@ class DirectSession(DirectObject):
'shift-z' : ('Redo', 'LE-Redo'),
'control-d': ('Duplicate', 'LE-Duplicate'),
'control-l': ('Make Live', 'LE-MakeLive'),
'control-n': ('New Scene', 'LE-NewScene'),
'control-s': ('Save Scene', 'LE-SaveScene'),
'control-o': ('Open Scene', 'LE-OpenScene'),
'control-q': ('Quit', 'LE-Quit'),
}
self.passThroughKeys = ['v','b','l','p', 'r', 'shift-r', 's', 't','shift-a', 'w']