Skip to content

Secure CRT versions greater than 6.1.x do not speak screen output automatically #6302

@nromey

Description

@nromey

Every major version of Secure CRT changes the window class of its main window. In JAWS, scripts have to be updated, and this is still the cae with NVDA, I just didn't notice it until now. I haven't compiled this in, but I believe that one can update securecrt.py with the new window variables, right now there is support up to 7.1.x. I will try to fork and fix this thing for the project, but I've never done this before. Alternatively, I can upload the changed file. I'm currently running version 8.0.2 which uses the window class of AfxFrameOrView140u. Basically, for every version, you increment 10, so to include all versions, we need to add AfxFrameOrView110u AfxFrameOrView120u, AfxFrameOrView130u, and AfxFrameOrView140u. The screen writes are the same in all versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions