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

Some input method fixes #2111

Closed
wants to merge 3 commits into from
Closed

Some input method fixes #2111

wants to merge 3 commits into from

Commits on Jan 22, 2024

  1. input method: fix interaction with plugin grabs

    IM sent keys got sent to grab nodes after returning from
    handle_keyboard_key. This caused e.g. the switcher plugin to deactivate
    early, or not deactivate.
    lilydjwg committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    dbd98d3 View commit details
    Browse the repository at this point in the history
  2. input method: don't send a release event without a corresponding pres…

    …s event to IM
    
    e.g. in Firefox, place focus anywhere not a text input, press Ctrl-L to
    focus the urlbar, l would be pressed for Firefox continuously without
    this patch because we got two release events for one press event.
    lilydjwg committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    49d1218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52eb742 View commit details
    Browse the repository at this point in the history