On 23/04/2019 01:49, Rich Zwirko - K1HTV wrote:

Would it be possible to add the following shortcuts to WSJT-X 2.1.0 rc5 before it is released so the new application for blind Hams would be able to:

1)Address the Tx Tone box

2)Enable and Disable “Hold Tx frequency"

Rich,

as already noted, these controls are available programmatically using the standard Qt Accessibility interface (MSAA on MS Windows, macOS accessibility on macOS, and Unix/X11 AT-SPI on Linux). On Windows instantiating the IAccessible2 API allows any process to access a Qt application by enumerating and controlling its UI control elements.

Rather than extending WSJT-X to do specific control extensions on a case by case basis thus duplicating existing functionality, it should be much more efficient to adjust the control names and assistive text descriptions, if necessary, so that any accessibility tool can make use of them.

73
Bill
G4WJS.

_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to