From a0507c5277d5e345864254bc0ea035dae484ac1c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 20 Apr 2022 22:07:28 -0700 Subject: [PATCH] Update to use new keybinding --- example_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_scenes.py b/example_scenes.py index 5f61b874..6806147f 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -579,7 +579,7 @@ class SurfaceExample(Scene): self.play(light.animate.move_to(3 * IN), run_time=5) self.play(light.animate.shift(10 * OUT), run_time=5) - drag_text = Text("Try moving the mouse while pressing d or s") + drag_text = Text("Try moving the mouse while pressing d or f") drag_text.move_to(light_text) drag_text.fix_in_frame()