~ubuntu-branches/ubuntu/oneiric/mousetweaks/oneiric

« back to all changes in this revision

Viewing changes to man/mousetweaks.1

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-11-10 11:40:46 UTC
  • mfrom: (1.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20101110114046-gd7qvdqsvnj3zcfb
Tags: 2.91.2-0ubuntu1
* New upstream release
  - Misc changes, improvements and fixes:
    + Add gsettings convert data
    + Add "geometry" option to set size and position of the click-type window
    + Add new "orientation" option to the click-type window
    + Remove "animate-cursor" option
    + Update git.mk
    + Sync with changes in gsettings-desktop-schemas
    + Fix mem leak and reduce nr. of cursor image copies
    + Don't emit cursor_changed signals if we have set the cursor
    + Bump gsettings-desktop-schemas dependency to 0.1.0
    + Remove mt-main header file
    + Disable panel applets by default for GNOME 3
    + Use gdk_display_get_default instead of GDK_DISPLAY (Javier Jardón)
    + Remove GdkGc based drawing code
    + Use a common X Display accessor
    + Remove mouse orientation checks
    + Only install man pages if the applets are built
    + Sync with GSettings changes in gnome-settings-daemon
    + Launch UA panel instead of the mouse capplet
  - Bug fixes:
    + #633844: L10N: Fix a typo
    + #633932: L10N: Add translation comments for button orientation
    + #631533: Adapt to GtkObject removal in GTK3 (Javier Jardón)
    + #620171: Migrate to GSettings
  - New and updated translations:
    + [ca] Carles Ferrando
    + [es] Jorge González
    + [gl] Fran Diéguez
    + [he] Yaron Shahrabani
    + [ja] Takayuki KUSANO
    + [sk] Pavol Šimo
    + [sl] Matej Urbančič
    + [el] Simos Xenitellis
    + [et] Ivar Smolin
    + [ko] Changwoo Ryu
    + [lt] Žygimantas Beručka
* debian/control:
  - Drop libatspi-dev from Build-Depends
  - Add gsettings-desktop-schemas-dev >= 0.1.0 to Build-Depends
  - Build depend on GTK 3.0 >= 2.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
[\-\-dwell] [\-\-ssc]
7
7
[\-\-dwell\-time=FLOAT] [\-\-ssc\-time=FLOAT]
8
8
[\-m|\-\-dwell\-mode=STRING] [\-c|\-\-show\-ctw]
9
 
[\-x|\-\-ctw\-x=INT] [\-y|\-\-ctw\-y=INT]
10
 
[\-t|\-\-threshold=INT] [\-s|\-\-shutdown]
11
 
[\-\-disable\-animations] [\-\-daemonize] [\-?|\-\-help]
 
9
[\-t|\-\-threshold=INT] [\-g|\-\-geometry]
 
10
[\-s|\-\-shutdown]
 
11
[\-\-daemonize] [\-?|\-\-help]
12
12
.SH DESCRIPTION
13
13
.B mousetweaks
14
14
is a collection of accessibility enhancements for pointing devices. This
40
40
.B \-c, \-\-show\-ctw
41
41
Show the click\-type window. Only useful in combination with \-\-dwell\-mode=window.
42
42
.TP
43
 
.B \-x, \-\-ctw\-x=INT
44
 
x\-position of the click\-type window on screen.
45
 
.TP
46
 
.B \-y, \-\-ctw\-y=INT
47
 
y\-position of the click\-type window on screen.
48
 
.TP
49
43
.B \-t, \-\-threshold=INT
50
44
Ignore small pointer movements. Range: 0 \- 30 pixels.
51
45
.TP
 
46
.B \-g, \-\-geometry
 
47
Size and position of the click-type window. Expects a standard X Window System
 
48
geometry string. ie. WIDTHxHEIGHT+X+Y
 
49
.TP
52
50
.B \-s, \-\-shutdown
53
51
Stop the mousetweaks daemon.
54
52
.TP
55
 
.B \-\-disable-animation
56
 
Disable cursor animations. The animation shows the timer progress
57
 
for dwell clicks and secondary clicks as cursor overlay.
58
 
.TP
59
53
.B \-\-daemonize
60
54
Start mousetweaks in the background, ie. spawn a child process.
61
55
.TP