mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge pull request #1746 from 3b1b/video-work
Change interaction-to-embed keybinding
This commit is contained in:
commit
9d6a28bc29
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