Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

key-mon(1) [debian man page]

KEYMON(1)							   User Commands							 KEYMON(1)

NAME
Keymon - Keyboard and mouse monitor window for GTK. SYNOPSIS
key-mon [options] 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. --nometa Opposite of --meta --mouse Show the mouse. --nomouse Opposite of --mouse --shift Show shift key. --noshift Opposite of --shift --ctrl Show the ctrl key. --noctrl Opposite of --ctrl --alt Show the alt key. --noalt Opposite of --alt --scale=SCALE Scale the dialog. ex. 2.0 is 2 times larger, 0.5 is half the size. Defaults to 1.0 --key-timeout=KEY_TIMEOUT Timeout before key returns to unpressed image. Defaults to 0.5 --mouse-timeout=MOUSE_TIMEOUT Timeout before mouse returns to unpressed image. Defaults to 0.2 --visible-click-timeout=VISIBLE_CLICK_TIMEOUT Timeout before highly visible click disappears. Defaults to 0.2 --decorated Show decoration --nodecorated Opposite of --decorated --backgroundless Show only buttons --nobackgroundless Opposite of --backgroundless --no-press-fadeout=NO_PRESS_FADEOUT Fadeout the window after a period with no key press. Defaults to 0.0 seconds (Experimental) --only_combo Show only key combos (ex. Control-A) --noonly_combo Opposite of --only_combo --sticky Sticky mode --nosticky Opposite of --sticky --visible_click Show where you clicked --novisible_click Opposite of --visible_click --follow_mouse Show the mouse more visibly --nofollow_mouse Opposite of --follow_mouse --kbdfile=KBD_FILE Use this kbd filename. --swap Swap the mouse buttons. --noswap Opposite of --swap --emulate-middle When you press the left, and right mouse buttons at the same time, it displays as a middle mouse button click. --noemulate-middle Opposite of --emulate-middle -v, --version Show version information and exit. -t THEME, --theme=THEME The theme to use when drawing status images (ex. "-t apple"). --list-themes List available themes --old-keys=OLD_KEYS How many historical keypresses to show (defaults to 0) --reset Reset all options to their defaults. --opacity=OPACITY Opacity of window --loglevel=LOGLEVEL Logging level -d, --debug Output debugging information. Shorthand for --loglevel=debug --screenshot=SCREENSHOT Create a "screenshot.png" and exit. Pass a comma separated list of keys to simulate(ex. "KEY_A,KEY_LEFTCTRL"). DESCRIPTON
Keymon is a program to help in teaching or podcasting by showing the current status of the mouse buttons and keyboard. Keymon creates a small, borderless window which always stays topmost and monitors the keystrokes and mouse buttons used at any time in any program. Configuration files are saved in ~/.config/key-mon/. AUTHOR
Written by Scott Kirkwood (scott+keymon@forusers.com) SEE ALSO
Full documentation for keymon is available at http://code.google.com/p/key-mon Send bugs to http://code.google.com/p/key-mon/issues/list Keymon version 1.13. June 2012 KEYMON(1)

Check Out this Related Man Page

KEYNAV(1)						      General Commands Manual							 KEYNAV(1)

NAME
keynav - a keyboard-driven mouse cursor mover SYNOPSIS
keynav DESCRIPTION
Keynav makes your keyboard a fast mouse cursor mover. You can move the cursor to any point on the screen with a few key strokes. It also simulates mouse click. You can do everything mouse can do with a keyboard. HOW TO USE
Run keynav, and activate it by pressing Ctrl+; (semicolon). You should see a thin frame on the screen with a cross in it. Default configuration: * h : select the left half of the region * j : select the bottom half of the region * k : select the top half of the region * l : select the right half of the region * Shift+h : move the region left * Shift+j : move the region down * Shift+k : move the region up * Shift+l : move the region right * Semicolon: move the cursor to the center of the selected region * Spacebar : move the cursor and left-click * Escape : cancel the move CONFIGURATION
You can configure your own key setting. There is an example in /usr/share/doc/keynav/keynavrc. Copy it to $HOME/.keynavrc and edit it as you like. CONFFILE COMMANDS
* start : activate keynav * end : deactivate keynav * cut-left : select the left half of the region * cut-right : select the right half of the region * cut-up : select the top half of the region * cut-down : select the bottom half of the region * move-left : move the region left * move-right : move the region right * move-up : move the region up * move-down : move the region down * warp : move the cursor to the center of the selected region * click 1 : left-click * click 2 : middle-click * click 3 : right-click * doubleclick 1: left-click twice quickly * doubleclick 2: middle-click twice quickly * doubleclick 3: right-click twice quickly * drag <button> [keyseq]: toggle dragging mode for the given button Example: "drag 1 alt" to do a alt+click-drag * grid <rows>x<columns> : change the grid layout of the selection Example: "grid 2x3" to cut screen to 6 cells * cell-select <row>x<column>: select a specific cell in the grid * cell-select <cell> : select a specific cell in the grid AUTHOR
keynav was written by Jordan Sissel <jls@semicomplete.com>. This manual page was written by Wen-Yen Chuang <caleb@calno.com>, for the Debian project (but may be used by others). KEYNAV(1)
Man Page