mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change keyboard shortcut to drop into an embedding to be ctrl+shift+e
This commit is contained in:
parent
133724d29a
commit
46e356e791
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ class Scene(object):
|
|||
self.quit_interaction = True
|
||||
elif char == " " or symbol == 65363: # Space or right arrow
|
||||
self.hold_on_wait = False
|
||||
elif char == "e":
|
||||
elif char == "e" and modifiers == 3: # ctrl + shift + e
|
||||
self.embed(close_scene_on_exit=False)
|
||||
|
||||
def on_resize(self, width: int, height: int):
|
||||
|
|
Loading…
Add table
Reference in a new issue