Home
Name Modified Size InfoDownloads / Week
readme 2011-12-07 920 Bytes
mswitch.py 2011-12-07 3.3 kB
Totals: 2 Items   4.2 kB 0
This is a simple Python script to automaticly or manually switch
ON/OFF your TouchPad on your laptop (Linux only).

Installation:
	1/download the file
	2/copy 'mswitch.py' in /usr/bin

Usage:
	mswitch ON/OFF/AUTO/CALIBRATE
	if you want to manually stop or start Touchpad:
		$mswitch off
		$mswitch on
	
	if you rather like to see the Touchpad automaticly ON
	when you plug a pointing device or OFF when you unplug
	it, just use:
		$mswitch auto

	in order to use mswitch auto you should calibrate first,
	it is about to tell mswitch which pointing device to stop
	so run ONLY ONCE as root:
		#mswitch calibrate
	
	the file /etc/mswitch.conf will be created. if you don't like
	the fact to be root, feel free do change the code source to set
	this file in your home directory

Future:
	1/changing the delay time for checking devices
	2/create a service
	3/gui version 
	5/systray version

Bug report:
	lilington@yahoo.fr
Source: readme, updated 2011-12-07