From ae1f9ee618585c561b8e85148f94ff8b128b3661 Mon Sep 17 00:00:00 2001 From: Gyedo Jeon Date: Thu, 25 Feb 2010 02:23:30 +0000 Subject: [PATCH] Added more hotkeys for new LE --- direct/src/directtools/DirectSession.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/direct/src/directtools/DirectSession.py b/direct/src/directtools/DirectSession.py index 122ed31f9e..bcd07e6f4a 100644 --- a/direct/src/directtools/DirectSession.py +++ b/direct/src/directtools/DirectSession.py @@ -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']