Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HID Braille Driver: add more mappings for arrow keys #14713

Merged
merged 3 commits into from Mar 23, 2023

Commits on Mar 11, 2023

  1. Standard HID braille driver mappings:

    * space+dot1 and space+dot4 now map to upArrow and downArrow respectively, rather than braille_previousLine and braille_nextLine. In text editing this practicly does the same thing, but in non-text focus, such as in lists or on the Desktop etc, then these gestures will move up and down like with several other braille drivers.
     * A Braille device's dpad  is now mapped to upArrow, downArrow, leftArrow, rightArrow and enter.
    michaelDCurran committed Mar 11, 2023
    Copy the full SHA
    7199e60 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Copy the full SHA
    f0bd67d View commit details
    Browse the repository at this point in the history
  2. Update what's new

    michaelDCurran committed Mar 23, 2023
    Copy the full SHA
    86a3551 View commit details
    Browse the repository at this point in the history