tree: d13272b9ac80a28824bbe1ce41338f0c3157c1cf [path history] [tgz]
  1. meta/
  2. app.cc
  3. app.h
  4. BUILD.gn
  5. fuchsiavox_gesture_state_machine.png
  6. fuchsiavox_impl.cc
  7. fuchsiavox_impl.h
  8. gesture_detector.cc
  9. gesture_detector.h
  10. gesture_listener.h
  11. main.cc
  12. README.md
garnet/bin/a11y/fuchsiavox/README.md

Fuchsiavox

This is a basic implementation of the Fuchsiavox a11y service for Fuchsia. Its a work in progress with the current capabilities:

  • Single tap/slide one finger to read text under finger and set a11y focus.
  • Double tap to perform a tap action.
  • Use two finger touch to simulate using one finger regularly.

Requires connections to the a11y manager and a11y touch dispatcher service to function.

Currently inactive due to work for SCN-1124.

Gesture Detection State Diagram

Gesture State Diagram