A screencast utility that displays your keyboard and mouse status
Key-mon is useful for teaching since it shows the current status of your keyboard and mouse and you use them in another application. No longer do you need to say 'Now I'm pressing the Ctrl-D key', your students can just see the keystroke for themselves.
You can find key-mon hosted at:
: https://github.com/scottkirkwood/key-mon
You can file bugs at:
: https://github.com/scottkirkwood/key-mon/issues
Latest downloads can be found at:
: https://github.com/scottkirkwood/key-mon/releases
sudo apt install libcairo2-dev pkg-config python3-dev libgirepository1.0-dev
pdm installTo install using pip,:
$ pip install key-monNote
The latest release on PyPI is quite old (from 2013); consider installing
[using the latest git
commit](https://pip.pypa.io/en/latest/reference/pip_install/#git):
$ pip install git+https://github.com/scottkirkwood/key-mon
To install using easy_install:
$ easy_install key-monThis program requires other libraries which you may or may not have installed.
-
python3-xlib - Interface for Python to the X11 Protocol
-
python3-gi - Python bindings for libraries using GObject Introspection
-
gir1.2-gtk-3.0 - GIR bindings for the GTK3 widget set
Apache 2.0 You can find it in the LICENSE-2.0.txt file.
-- file generated by [pybdist]{.title-ref}.