keycastr/keycastr

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

Aperta

#200 aperta il 4 apr 2021

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

Metriche repository

Star
 (14.820 stelle)
Metriche merge PR
 (Metriche PR in attesa)

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