home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / gdm / modules / AccessDwellMouseEvents next >
Encoding:
Text File  |  2007-04-10  |  2.2 KB  |  60 lines

  1. # This is the configuration file for the keymouselistener.so module.
  2. # The confiuration syntax is as follows:
  3. #
  4. #   crossing inital_direction timeout executable_path +args
  5. #
  6. # For executable_path give the full executable path path of the program or the
  7. # DefaultPath is used.
  8. #
  9. # where:
  10. #
  11. # + crossing is a string that includes any combination of TBLR characters, where
  12. #   T means Top, B means Bottom, L means Left, and R means Right.
  13. #
  14. # + initial_direction can be either the I or O character which indicates
  15. #   that the initial crossing is a motion In or Out of the window.
  16. # e.g.
  17. # TBLR I 10000    /usr/bin/gok --login --access-method=dwellselection
  18. #
  19. # Means the user crosses into the top border, out the bottom border, into the left
  20. # border, and then out the right border (in that order).  The initial_direction
  21. # value of I is what specifies that the first crossing is into the top border
  22. # rather than out of the top border.  Each border crossing must occur within
  23. # 10000ms of the last border crossing for the gesture to be valid.
  24. #
  25. # It is possible to invoke multiple actions from a single gesture using the <Add>
  26. # keyword.  Action specified with <Add> are invoked by the previous gesture
  27. # defined in the file.  If the <Add> action is the first action defined in the
  28. # file, then it is ignored.
  29. #
  30. # e.g.
  31. #
  32. # <Add>           /usr/bin/orca -n -d main-window
  33. #
  34.  
  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.
  38. #
  39. TBLR I 10000    /usr/bin/gok --login --access-method=dwellselection
  40. TLBR I 10000    /usr/bin/gok --login --access-method=automaticscanning --scan-action=switch1 --select-action=switch1
  41. TRBL I 10000    /usr/bin/gok --login --access-method=inversescanning --scan-action=switch1 --select-action=switch2
  42. TBRL I 10000    /usr/bin/gok --login  --access-method=automaticscanning --scan-action=switch3 --select-action=switch3
  43.  
  44. # Orca.  Note these gestures all start by moving the mouse into the
  45. # bottom window border.
  46. #
  47. # Speech
  48. #
  49. BTRL I 10000    /usr/bin/orca -n -d main-window
  50.  
  51. # Magnifier
  52. #
  53. BTLR I 10000    /usr/bin/orca -n -d main-window -d speech -e magnifier
  54.  
  55. # Speech and Magnifier
  56. #
  57. BRTL I 10000    /usr/bin/orca -n -d main-window -e magnifier
  58.  
  59.