Skip to content

ALVA: SP2 isn't allocated with the emulated ALT key #8360

@DrSooom

Description

@DrSooom

NVDA-Version: 2018.2 RC2, Portable, Win7x64

The emulated ALT key isn't allocated with SP2 on a ALVA BC680. This bug should be easy to fix. (I know that all the other bugs (PR #8230, #8240 and #8245) aren't fixed in 2018.2 RC2. I guess that this will be done in 2018.3.)

Quote from PR #8230:

File: brailleDisplayDrivers/alva.py
• Line 417: "kb:alt": ("br(alva):sp2",),
• Line 435: "kb:alt": ("br(alva):alt",),
This maybe could fail. Please change it to the following:
• Line 417: "kb:alt": ("br(alva):sp2","br(alva):alt",),
• Delete line 435.

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