vhs icon indicating copy to clipboard operation
vhs copied to clipboard

display key *names*

Open xkcd386at opened this issue 2 years ago • 3 comments

Awesome project thank you.

What I would like to see is the key names, at least for non-printing keys (like Enter, Escape, etc.), so when a user sees a demo he sees across the bottom what keys are being typed.

I've seen some tools do this. Apologies if I am not explaining it well.

xkcd386at avatar Nov 17 '22 12:11 xkcd386at

One way to implement this might be to add the feature to ttyd which is what vhs uses to render the terminal.

donovanhubbard avatar Jan 12 '24 22:01 donovanhubbard

This is something I've wanted pretty badly for another project of mine where the keypresses are important to show in the recording. I've made some headway over here.

P.S. After talking about it with someone on the Charm Discord, I decided that it should be done in a third program, rather than inside ttyd or vhs.

P.P.S. After talking to Maas, it seems like this is now something that will hopefully be merged into vhs!

Utagai avatar May 13 '24 03:05 Utagai

You can follow the work on this at my branch.

Utagai avatar May 15 '24 04:05 Utagai