AlynxZhou / showmethekey

Show keys you typed on screen.
https://showmethekey.alynx.one/
Apache License 2.0
306 stars 27 forks source link

[Feature Request] Show only invisible keys #46

Open iolo opened 2 months ago

iolo commented 2 months ago

For screen cast, We need an another option to show only invisible keys(combination with modifier keys). (Hide alphabet, numeric and symbol keys those are visible in editor) And another option to show mouse clicks with modifier(ex. Ctrl+click).

AlynxZhou commented 2 months ago

Should be easy to implement when I have time.

iolo commented 2 months ago

Here is a quick and dirty patch: https://github.com/iolo/showmethekey/tree/feat/show-visible-keys-only

I’ll make a PR with some clean up.