~gestikk/gestikk/gestikk-0.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Gestikk Mouse Recognition 0.4
=============================

by Friedrich Weber <fred@reichbier.de>

Homepage: http://projects.reichbier.de/gestikk

Installation
------------

Dependencies:
- Python 2.5
- PyGTK
- GTK => 2.0
Optional, only if you want to use the keypress simulation feature:
- xdotool in the PATH (http://www.semicomplete.com/projects/xdotool/)
- pyparsing (use easy_install pyparsing as root)
- python xlib

You can copy the whole directory e.g. in /usr/share/gestikk or run it in-place.
There's also a simple makefile for installing gestikk in
/usr/share/gestikk and the locales in /usr/share/locale (you
can change these folders by editing the Makefile).

If you got this code from the bazaar branch, you may have to type
'python make_release.py' for a completely usable version of Gestikk.

Using
-----

Just run it with 'python gestikk.py'

Notes
-----

The recommended tolerance value is 20.

Gestikk stores its configuration and gestures in a directory ~/.gestikk.

Gestikk's configuration application sends a SIGUSR1 to gestikk, which causes
it to reload its config files.