davglass / bp-sreader

Screen Reader Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrowserPlus ScreenReader Detection

This service is designed to query the users system and determine if a screen reader is active.

If it is active it will return the name and version of the active process.

Working

Currently works on OSX picking up VoiceOver

It now filters for Windows Executibles:

  • Jfw.exe — JAWS For Windows screen reader.
  • wineyes.exe — Window-eyes screen reader.
  • nvda.exe — NVDA scree nreader.
  • zt.exe — Zoomtext screen magnifier.

TODO

Still need to get the version info from the executibles on Windows.

INSTALL

Check the README under src/service

About

Screen Reader Detection


Languages

Language:Ruby 67.6%Language:JavaScript 30.8%Language:Shell 1.6%