Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wayv(1) [debian man page]

wayv(1) 						       X Windows application							   wayv(1)

NAME
wayV - capture drawn shapes (gestures), recognize them and carry out associated actions SYNOPSIS
wayv [configuration file] DESCRIPTION
A user is able to setup wayV to recognize gestures and associate actions with these gestures. When one of the gestures is inputed and matched an action associated with the gesture occurs, e.g. startup a program, send keypress', etc. The gestures are created via a 2 dimensional input device, in most cases the standard mouse. The gestures should be unique symbolic representations of the actions they represent, i.e. draw an N and Netscape starts, draw a circle and Opera starts, draw an > and the keypress' to switch desktops occurs, etc. FILES
wayv.conf is the required configuration file. It is used to configure the user interface, what gestures are recognized, what actions are per- formed, etc. DEFAULT.wkey is an optional configuration file. It contains the keymaps for keycode, see HOWTO-wayv-keymap that comes with wayV. AUTHOR
wayV was written by Mike Bennett (smoog at stressbunny dot com) with contributions from various others. URL
wayV - http://www.stressbunny.com/wayv SEE ALSO
wayv.conf(5) 0.3 August 2003 wayv(1)

Check Out this Related Man Page

tpconfig(1)															       tpconfig(1)

NAME
tpconfig - Configure touchpad devices SYNOPSIS
tpconfig [ OPTIONS ] DESCRIPTION
This program can show or modify the configuration of several different kinds of touchpad devices, including most Synaptics TouchPad devices and the ALPS Glidepad/Stickpointer. Options for all touchpads: --help Display a help summary and exit. -D [N], --debug[=N] Generate debugging output, where N of 1, 2, or 3 specifies the debugging level. If N is 0, debugging is turned off. If N is not given, it defaults to 1. -d DEVICE, --device=DEVICE Use DEVICE as the device file for the mouse. If this option isn't given, the device file /dev/psaux is used. --version Display the version and copyright information and exit. -i, --info Display the current touchpad configuration. -x, --reset Perform a software reset on the touchpad. Options for all Synaptics TouchPads: -q, --quiet, --silent Suppress verbose output. -a [N] Display the packet mode. With argument N, set the packet mode, where N=0 means relative and N=1 means absolute. --absolute Set the packet mode to absolute. --relative Set the packet mode to relative. -r [N], --rate[=N] Display the reporting rate. With argument N, set the reporting rate, where N=0 means normal, and N=1 means high. Options for older Synaptics TouchPads only: -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means no tap gestures, and N=1 means tap and drag. -s [N], --sleep[=N] Display the sleep mode. With argument N, set the sleep mode, where N=0 means disable, and N=1 means enable. Options for newer Synaptics TouchPads only: -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means no tap gestures, N=1 means tap-to-click only, N=2 means tap and non-locking drag, and N=3 means tap and locking drag. -2, --two-button Set two-button mode. -3, --three-button Set three-button mode. -c [N], --corner[=N] Display the corner-tap mode. With argument N, set the corner-tap mode, where N=0 means disable, and N=1 means enable. -e [N], --edgemode[=N] Display edge motion. With argument N, set edge motion, where N=0 means never, N=1 means always, and N=3 means only during drag. -m Display which mouse button is simulated by corner taps. --middle-button Make corner taps simulate the middle mouse button. --right-button Make corner taps simulate the right mouse button. -z [N], --zthreshold[=N] Display the z threshold setting (tap sensitivity). With argument N, set the z threshold setting to N. --threshold[=N] (Same as --zthreshold.) Options for ALPS touchpads: -r, --reset Reset ALPS device. -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means tapping disabled, and N=1 means tapping enabled. EXAMPLES
Often it's desirable to disable tap mode, to prevent mouse events from being generated when the hand brushes the touchpad: tpconfig --tapmode=0 AUTHORS
Bruce Kall <kall@compass.com> 3.1.3 tpconfig(1)
Man Page