edrlab / thorium-reader

A cross platform desktop reading app, based on the Readium Desktop toolkit
https://www.edrlab.org/software/thorium-reader/
BSD 3-Clause "New" or "Revised" License
1.64k stars 145 forks source link

audiobooks: UI controls, accessibility #942

Open danielweck opened 4 years ago

danielweck commented 4 years ago

Currently, the UI controls rendered by the navigator include the title, cover image, buttons for play/pause/resume, previous/next, forward/rewind, and the interactive local time progress indicator / scrub bar timeline. These are keyboard-accessible, but not labelled with multilingual strings for screen readers.

Related issue: https://github.com/readium/readium-desktop/issues/956

Follow-up to PR https://github.com/readium/readium-desktop/pull/938

danielweck commented 4 years ago

Moved keyboard shortcut issue separately here: https://github.com/edrlab/thorium-reader/issues/1107