Open fastfinge opened 2 years ago
Noted and will be fixed.
Regards,
Noted and will be fixed.
Regards,
@mush42 Modifications are required to work with NVDA 2023.1. Thanks.
@mush42 Please don't abandon this plugin, many people use it. IF you need an incentive or something, please say so or add it in your plugin. Don't let him die. If I knew how to program, I would help with code improvements or things like that, but I'm not a programmer, just a web designer
@dnz3d4c I'm against changing the manifest, but it's still compatible with NVDA 2023.1.0 if you change it, if you don't know how to do it, let me know and I'll give you instructions. I say it's not ideal because the code should be reviewed, but it's the last thing we have left. Someone passed me this modified version a year ago or maybe more, when the update to NVDA 2022.1.0 was released, this version I share with you. This same, if the Manifesto is modified in version 2023, it continues to work audiothemes.zip
Running latest code from source. This has to do with this change: • controlTypes has been split up into various submodules, symbols marked for deprecation must be replaced before 2022.1. (#12510) ◦ ROLE* and STATE constants should be replaced to their equivalent Role. and State.. ◦ roleLabels, stateLabels and negativeStateLabels have been deprecated, usages such as roleLabels[ROLE_] should be replaced to their equivalent Role..displayString or State..negativeDisplayString. ◦ processPositiveStates and processNegativeStates have been deprecated for removal.
I spent a couple hours trying to figure out how to keep things going without a major refactor, but didn't get anywhere.