mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Added more hotkeys for new LE
This commit is contained in:
parent
5b4dc58c96
commit
ae1f9ee618
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user