Svelte enhancement: ability to adjust width, don't clear on special key-combinations, and print counter on repeat keys
#200 aperta il 4 apr 2021
Metriche repository
- Star
- (14.820 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I am looking "Svelte" with this enhancement:
-
ability to increase width (perhaps entire width of screen)
-
the special key-combinations like
<Ctrl-a>,<Shift-a>,<Command-a>, etc to not clear the Svelte window. I mean the combinations like<Ctrl>-awill appear in the stream of keystrokes, as of now in Svelte mode the window is cleared & it flashes the key combination pressed and clears screen again. This does not work for doing screencasts for text editors like Vim as some commands can involve these special key combinations as subset. -
don't print repeat keys, instead print a counter like for
C-nin:

So, essentially be more like https://www.thregr.org/~wavexx/software/screenkey/