You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run the **configuration wizard** to change those key bindings:
132
126
133
127
```bash
134
128
manim-slides wizard
135
129
```
136
130
137
-
Alternatively you can specify different key bindings creating a file named `.manim-slides.json` with the keys: `QUIT``CONTINUE``BACK``REVERSE``REWIND` and `PLAY_PAUSE`.
138
-
139
131
A default file can be created with:
140
132
141
133
```bash
142
134
manim-slides init
143
135
```
144
136
145
-
> **_NOTE:_**`manim-slides` uses `cv2.waitKeyEx()` to wait for keypresses, and directly registers the key code.
137
+
> **_NOTE:_**`manim-slides` uses key codes, which are platform dependent. Using the configuration wizard is therefore highly recommended.
0 commit comments