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

[Core] Bug fix: Continue Caps Word when AltGr (right Alt) is held. #17156

Merged
merged 1 commit into from
May 20, 2022
Merged

[Core] Bug fix: Continue Caps Word when AltGr (right Alt) is held. #17156

merged 1 commit into from
May 20, 2022

Commits on May 19, 2022

  1. Continue Caps Word when AltGr (right Alt) is held.

    This is a minor bug fix for Caps Word. Currently, Caps Word turns off
    whenever a non-shift mod becomes active. This is done to avoid
    interfering with hotkeys.
    
    This commit makes an exception to continue Caps Word when AltGr (right
    Alt) is held. Outside the US, the AltGr key is used to type additional
    symbols (https://en.wikipedia.org/wiki/AltGr_key). Depending on the
    language, these may include symbols used within words like accented
    letters where it would be desirable to continue Caps Word.
    getreuer committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e424fb4 View commit details
    Browse the repository at this point in the history