~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to gui/modules/AccessDwellMouseEvents.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2008-09-02 10:37:20 UTC
  • mfrom: (1.4.27 upstream)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: james.westby@ubuntu.com-20080902103720-p810vv530hqj45wg
Tags: 2.20.7-3
* Install the debian-moreblue-orbit theme, thanks Andre Luiz Rodrigues 
  Ferreira. Closes: #497440.
* 35_gdm.conf.patch: make it the default.
* copyright: fix encoding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#
31
31
# e.g.
32
32
#
33
 
# <Add>           @AT_BINDIR@/gnome-mag
 
33
# <Add>           @AT_BINDIR@/orca -n -d main-window
 
34
#
34
35
 
35
 
# GNOME On-Screen Keyboard - support several different options for different
36
 
# user needs.  Note these gestures all start by moving the mouse into the top
37
 
# window border.
 
36
# AT Progarm - GOK (GNOME On-screen Keyboard)
 
37
#
 
38
# Support several different options for different user needs.  Note these
 
39
# gestures all start by moving the mouse into the top window border.
38
40
#
39
41
TBLR I 10000    @AT_BINDIR@/gok --login --access-method=dwellselection
40
42
TLBR I 10000    @AT_BINDIR@/gok --login --access-method=automaticscanning --scan-action=switch1 --select-action=switch1
41
43
TRBL I 10000    @AT_BINDIR@/gok --login --access-method=inversescanning --scan-action=switch1 --select-action=switch2
42
44
TBRL I 10000    @AT_BINDIR@/gok --login  --access-method=automaticscanning --scan-action=switch3 --select-action=switch3
43
45
 
44
 
# Gnopernicus.  Note these gestures all start by moving the mouse into the
45
 
# bottom window border.
 
46
# AT Program - ORCA
 
47
#
 
48
# Note these gestures all start by moving the mouse into the bottom window
 
49
# border.
46
50
#
47
51
# Speech
48
 
BTRL I 10000    @AT_BINDIR@/srcore --login --enable-speech
 
52
#
 
53
BTRL I 10000    @AT_BINDIR@/orca -n -d main-window
 
54
 
49
55
# Magnifier
50
 
BTLR I 10000    @AT_BINDIR@/srcore --login --enable-magnifier --disable-speech --disable-braille
 
56
#
 
57
BTLR I 10000    @AT_BINDIR@/orca -n -d main-window -d speech -e magnifier
 
58
 
51
59
# Speech and Magnifier
52
 
BRTL I 10000    @AT_BINDIR@/srcore --login
 
60
#
 
61
BRTL I 10000    @AT_BINDIR@/orca -n -d main-window -e magnifier
53
62