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

Fix crash when using Japanese thumb-key (fixes #858) #861

Merged
merged 1 commit into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. Fix crash when using Japanese thumb-key (fixes dessalines#858)

    The bug was introduced in commit 0ab4b98 (Implement Drag-and-return & Circular drag (dessalines#854)). It was caused by an assumption that the numeric mode of a layout would have at least a one-to-one relation to its main or shifted modes. In this case, the Japanese main/shifted modes have more keys than the numeric mode, which caused an index error.
    glm4610 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    13bd2d0 View commit details
    Browse the repository at this point in the history