|
Project Information
Featured
Downloads
Links
|
Keyboard Status Monitor (key-mon)Utility to show live keyboard and mouse status for teaching and screencasts.
--theme=apple, cool new theme.
--smaller parameter:
--larger parameter:
--scale=2.0, and --meta parameter (for 'Windows' key), and mouse turned off through menu.
You can show multiple presses (here up to 2) by using --old-keys. Here I pressed 'Y', 'Y', 'P', which means something in vi. --nomouse --old-keys 2:
--sticky Support for sticky keys --only_combo Show only combination keys like Ctrl-A Features:
Requirements:
Installation:From zip. Download the zip file and unzip into a directory. unzip key-mon*.zip cd key-mon* sudo python setup.py install From deb package. sudo dpkg -i key-mon*.deb To run just type: % key-mon You can make the dialog --smaller or --larger. Ex. key-mon --smaller Here's the help: $ key-mon --help
Options:
-h, --help show this help message and exit
-s, --smaller Make the dialog 25% smaller than normal.
-l, --larger Make the dialog 25% larger than normal.
-m, --meta Show the meta (windows) key.
--nomouse Hide the mouse.
--noshift Hide the shift key.
--noctrl Hide the ctrl key.
--noalt Hide the alt key.
--scale=SCALE Scale the dialog. ex. 2.0 is 2 times larger, 0.5 is half the size.
--kbdfile=KBD_FILE Use this kbd filename instead running xmodmap.
--swap Swap the mouse buttons.
--emulate-middle When you press the left, and right mouse buttons at the same time, it displays as a middle mouse button click.
-v, --version Show version information and exit.
-t THEME, --theme=THEME
The theme to use when drawing status images (ex. "-t apple").
Developer Options:
These options are for developers.
-d, --debug Output debugging information.
--screenshot=SCREENSHOT
Create a "screenshot.png" and exit. Pass a comma separated list of keys to simulate (ex. "KEY_A,KEY_LEFTCTRL").Bugs/Features
Thanks:
Daniel also contributed a lot of the pretty themes.
|