-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard input support for webplayer #269
base: develop
Are you sure you want to change the base?
Conversation
Doc is here asciinema/asciinema.github.io#11 |
When we find a sequence that has not been identified, we log it
It would be very useful to have an ability to configure how much last keys should be shown, in number of keys or/and time (i.e. show pressed keys for the last 3 seconds). That way you can show sequence of keys, i.e. shortcuts, which can be important. And maybe it worth to make the timeout (how long should the keys be shown) configurable, or maybe it is synced with the screencast, i.e. it will be automatically replaced with a new key stroke, and until then, it will be visible. In this case I guess first two things will be enough. What do you think? |
@azat I understand that for emacs users and other more complex scenarios it would be needed more keypressed for the explanations. I will skip this request. There is now a fade effect that can be tested at https://igor.tamarapatino.org/samples/asciinema/ . |
Screencast from 2024-10-09 19-59-16.webm
This Pull Request adds support for keyboard presses. Related to https://github.com/orgs/asciinema/discussions/154
Is pleasant to read your code. Cheers.