rust-reader icon indicating copy to clipboard operation
rust-reader copied to clipboard

light weight Windows screen reader

Results 9 rust-reader issues
Sort by recently updated
recently updated
newest added

So currently you can filter words with a regexp, by opening the settings file and editing the json. It would be nice to have a way to see how the...

We currently only show estimate % remaining, it would be nice to have time left.

So we can have several texts in progress at the same time.

So that we can switch voices in settings.

It would be nice to add an Icon to the system tray, and give it a menu to access the functions that are only available in a hotkey.

We depend on an unmaintained fork of the `preferences` crate. I know it's unmaintained because I'm the one who supposed be maintaining it. There has to be something comparable that...

If you try to launch rust-reader when it's already running, the second instance crashes: `thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\main.rs:134:52` This is actually kind of...

Three notable changes: 1. Use the `single-instance` crate to check if the program is already running. If so, display a dialog and exit. 2. If any hotkeys fail to bind,...

The default rust-reader hotkey to decrease speaking rate, Ctrl+Alt+minus, is the same as the Windows Magnifier hotkey for toggling 1x magnification, per https://support.microsoft.com/en-us/windows/magnifier-keyboard-shortcuts-and-touch-gestures-6d7c3095-75ec-258f-6f5b-3b0bc19a18e7 rust-reader crashes on startup if a hotkey...