mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
616 stars 118 forks source link

add option to show all keypresses visually #109

Closed jpritikin closed 5 years ago

jpritikin commented 5 years ago

For making tutorials, it is often helpful to show exactly which key was pressed visually. It can also be helpful to show which mouse button is pressed.

mhsabbagh commented 5 years ago

Thank you for your suggestion.

I have no intention to include that right now in the program. But for your usage, you can simply launch key-mon before running the recorder and then start recording: https://github.com/scottkirkwood/key-mon

jpritikin commented 5 years ago

Ah perfect.