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

Ignore Super and other modifier keys except for Alt #1059

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Ignore Super and other modifier keys except for Alt

    Mozc doesn't know Super and other extra modifier keys except for Alt.
    For example, "Super + Space" (IBus' default for switching input methods)
    is recognized as "Space".
    
    This change ignores key events that have these extra modifiers to let
    others handle the events.
    
    Fixes google#853.
    kzys committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f87c73d View commit details
    Browse the repository at this point in the history