corpnewt / ProperTree

Cross platform GUI plist editor written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with screen readers

lucassaureliano opened this issue · comments

I'm a blind user and so I need a screen reader. But ProperTree is not read by NVDA.

Hey there - as far as I know, that's an issue with tk/tkinter and beyond the scope of ProperTree. I have created a cli tool that leverages the OC Snapshot function for another blind user that might be helpful. You'll need another tool for general plist edits - but OCSnapshot should make adding/removing SSDTs, Kexts, Drivers, and Tools easier.

-CorpNewt

Hello, Snapshot is the function that I can execute. The "file" menu is usable. But the windows that open (example convert window), do not.
Depending on the degree of complexity, is it possible to migrate to an interface that is accessible?
For now, what other tool is recommended for plist edits?

Unfortunately I'd likely have to rewrite much of the code to migrate to something else - and that would also affect cross-platform compatibility. As for other general plist editors - you can use Xcode, or something like PlistEdit Pro in macOS. I'm not sure what options are available for Windows/Linux though.

Sorry that answer isn't more helpful - but I'm not sure what the other options are.

-CorpNewt