summaryrefslogtreecommitdiff
path: root/gui/modules/AccessDwellMouseEvents.in
blob: 7852a80d6afdcf8005115172007fbcf9cff173f0 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
# This is the configuration file for the keymouselistener.so module.
# The confiuration syntax is as follows:
#
#   crossing inital_direction timeout executable_path +args
#
# For executable_path give the full executable path path of the program or the
# DefaultPath is used.
#
# where:
#
# + crossing is a string that includes any combination of TBLR characters, where
#   T means Top, B means Bottom, L means Left, and R means Right.
#
# + initial_direction can be either the I or O character which indicates
#   that the initial crossing is a motion In or Out of the window.
# 
# e.g.
# TBLR I 10000    @AT_BINDIR@/gok --login --access-method=dwellselection
#
# Means the user crosses into the top border, out the bottom border, into the left
# border, and then out the right border (in that order).  The initial_direction
# value of I is what specifies that the first crossing is into the top border
# rather than out of the top border.  Each border crossing must occur within
# 10000ms of the last border crossing for the gesture to be valid.
#
# It is possible to invoke multiple actions from a single gesture using the <Add>
# keyword.  Action specified with <Add> are invoked by the previous gesture
# defined in the file.  If the <Add> action is the first action defined in the
# file, then it is ignored.
#
# e.g.
#
# <Add>           @AT_BINDIR@/gnome-mag

# GNOME On-Screen Keyboard - support several different options for different
# user needs.  Note these gestures all start by moving the mouse into the top
# window border.
#
TBLR I 10000    @AT_BINDIR@/gok --login --access-method=dwellselection
TLBR I 10000    @AT_BINDIR@/gok --login --access-method=automaticscanning --scan-action=switch1 --select-action=switch1
TRBL I 10000    @AT_BINDIR@/gok --login --access-method=inversescanning --scan-action=switch1 --select-action=switch2
TBRL I 10000    @AT_BINDIR@/gok --login  --access-method=automaticscanning --scan-action=switch3 --select-action=switch3

# Gnopernicus.  Note these gestures all start by moving the mouse into the
# bottom window border.
#
# Speech
BTRL I 10000    @AT_BINDIR@/srcore --login --enable-speech
# Magnifier
BTLR I 10000    @AT_BINDIR@/srcore --login --enable-magnifier --disable-speech --disable-braille
# Speech and Magnifier
BRTL I 10000    @AT_BINDIR@/srcore --login