keycastr/keycastr

Svelte enhancement: ability to adjust width, don't clear on special key-combinations, and print counter on repeat keys

Open

#200 aperta il 4 apr 2021

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Objective-C (564 fork)batch import
enhancementhelp wantedvisualizer

Metriche repository

Star
 (14.820 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I am looking "Svelte" with this enhancement:

  1. ability to increase width (perhaps entire width of screen)

  2. the special key-combinations like <Ctrl-a>, <Shift-a>, <Command-a>, etc to not clear the Svelte window. I mean the combinations like <Ctrl>-a will 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.

  3. don't print repeat keys, instead print a counter like for C-n in:

113382886-ead82f00-9382-11eb-9205-fc4a82133d22

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

Guida contributor