Tait Hoyem

Results 149 comments of Tait Hoyem

> our CI doesn't build nightly as far as I know Fixed by a recent commit. > Debian, Ubuntu We already depended on features less than 6 months old. This...

> do we plan on supporting key coards? I'd like to have the option. This would make the algorithm for capturing/releasing keys to be more complex. But yes, I'm open...

> the daemon has to know whether to consume the key altogether, or let it pass through to the app but then still send the action to the sr, Do...

Fair enough! Checks out for me.

Current caveats in keyboard implementation (WIP on `new-input` branch): 1. We can not use any keybinding that does not begin with CapsLock. 2. The key commands are hard coded. 3....

Thanks for this. While I agree that _eventually_ all this extra stuff will probably be necessary, I'm trying to get a MVP working here and it sounds like this may...

How would you feel about capslock being the StopSpeech key? How often do you need to perform a screen reader action _while continuing to hear the speech_? We could even...

This is modal, it's just another way of going about it. Another option, control can be the stop speech key, but _only if we do not capture it_! As long...

## Tower [Tower](https://docs.rs/tower/latest/) is a Rust crate which is centred around the following signature (all three types are generic): ```rust async fn(Request) -> Result ``` This signature is the primary...

We don't currently use any configured values. Previously, we did at least load the config file, but we weren't using it so I removed it some time ago. Starting ftom...