|
|
'w': ('Toggle Wireframe', 'base.toggleWireframe()', 0),
|
|
'w': ('Toggle Wireframe', 'base.toggleWireframe()', 0),
|
|
|
'control-z': ('Undo', 0, 'LE-Undo'),
|
|
'control-z': ('Undo', 0, 'LE-Undo'),
|
|
|
'shift-z' : ('Redo', 0, 'LE-Redo'),
|
|
'shift-z' : ('Redo', 0, 'LE-Redo'),
|
|
|
self.passThroughKeys = ['v','b','l','p', 'r', 'shift-r', 's', 't','shift-a', 'w']
|
|
self.passThroughKeys = ['v','b','l','p', 'r', 'shift-r', 's', 't','shift-a', 'w']
|