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

Normalize S-<lower-ascii> keymaps to uppercase ascii #9213

Merged
merged 1 commit into from
Jan 9, 2024

Commits on Jan 2, 2024

  1. Normalize S-<lower-ascii> keymaps to uppercase ascii

    Keymaps that use the shift modifier and a lowercase ascii character
    should be equivalent to keymaps that use just the uppercase of that
    ascii character. We can normalize key events as we parse them out of
    strings so that both representations parse to the same event. This
    allows mapping keys like `C-S-r` which previously could only be bound
    by `C-R`.
    the-mikedavis committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6b96417 View commit details
    Browse the repository at this point in the history