AceCentre / MorseWriter

Small app to convert 1 or 2 key presses from morse into text and keyboard-mapped keys
21 stars 4 forks source link

Speaking mode. #44

Open willwade opened 3 months ago

willwade commented 3 months ago

In this mode the aim is to use typing mode to type into a window eg https://github.com/willwade/pyReadAloud

The typing mode is shown but with the pyReadAloud window being above the typing mode window. It will have a function on the keyboard to speak the sentence. It could just be a keyboard binding to a keyboard shortcut in the app.

We also need a clear display and and undo (undo prediction or key entry). It needs to work with abbreviations too.

It maybe that we use pyreadaloud directly - ie embed the code in our app. Or we somehow fix our qt window to move with a third party window. Not sure best way of doing this.