-
Notifications
You must be signed in to change notification settings - Fork 6
Canute with BRLTTY on Windows 10
N.B. Reasonably high level of technical competence recommended for attempting the following, including familiarity with the Windows Command Prompt and Devices Manager.
Find BRLTTY here: https://brltty.app/index.html
N.B. These install instructions assume a fresh install of BRLTTY. This has not yet been tested for clashes with other screen-readers, such as NVDA or Narrator.
-
Ensure Windows 10 is up-to-date.
-
Install BRLTTY, making sure to use a version no older that v6.1.
-
Set BRLTTY up to talk to Canute 360, following the instructions from the BRLTTY Reference Manual
-
$> brltty -d cn
(Instruction set TBA. Meanwhile please contact [email protected].)
-
FREEZE (because Canute can only refresh one line per second, roughly 9 seconds per page, so in some circumstances better to avoid rapid window changes being reflected on the Canute until you choose).
-
WINUP/WINDN (to specify changes by nine lines).
-
SIXDOTS (Canute is 6-dot).
- Install multiple versions of BRLTTY (as Canute requires v6.1 or higher, whereas a user's system or package manager may come with an older version that cannot be upgraded).
- FollowFocus=No (so a GUI application can update a console window in the background, thus allowing the user to use GUI applications while Canute continues to read from the in-focus console in the background).
"Brltty has an API known as BrlAPI that works over TCP/IP or over a local socket (on Windwos that'd be a naemd pipe). The best way, therefore, would be to run brltty, telling it to use its Canute driver, and to communicate with brltty via BrlAPI. NVDA on Windows, and Orca on Linux, are examples of applications that use BrlAPI." --- D Mielke
- See the BrlAPI manual
See BRLTTY