home *** CD-ROM | disk | FTP | other *** search
- # 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 /usr/bin/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> /usr/bin/orca -n -d main-window
- #
-
- # 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 /usr/bin/gok --login --access-method=dwellselection
- TLBR I 10000 /usr/bin/gok --login --access-method=automaticscanning --scan-action=switch1 --select-action=switch1
- TRBL I 10000 /usr/bin/gok --login --access-method=inversescanning --scan-action=switch1 --select-action=switch2
- TBRL I 10000 /usr/bin/gok --login --access-method=automaticscanning --scan-action=switch3 --select-action=switch3
-
- # Orca. Note these gestures all start by moving the mouse into the
- # bottom window border.
- #
- # Speech
- #
- BTRL I 10000 /usr/bin/orca -n -d main-window
-
- # Magnifier
- #
- BTLR I 10000 /usr/bin/orca -n -d main-window -d speech -e magnifier
-
- # Speech and Magnifier
- #
- BRTL I 10000 /usr/bin/orca -n -d main-window -e magnifier
-
-