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
It's currently not possible to navigate between slides in any way other than advancing forward. We already have the prompt provided by wait() — let's implement some navigation commands and/or keyboard shortcuts there.
features:
next/previous slide command
next/previous via arrow keys
jump to a specific slide command
explicit exit command (and then protect against Ctrl+C)
The text was updated successfully, but these errors were encountered:
It's currently not possible to navigate between slides in any way other than advancing forward. We already have the prompt provided by
wait()
— let's implement some navigation commands and/or keyboard shortcuts there.features:
The text was updated successfully, but these errors were encountered: