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

input: Propagate modifiers to clients with only pointer focus #7927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 26, 2024

  1. input: Propagate modifiers to clients with only pointer focus

    When focus_follows_mouse is off, it is possible to hover and/or scroll
    windows without giving them keyboard focus.  However, attempts to use
    Ctrl+scroll on such clients will not work correctly because the keyboard
    modifiers are not available.  This patch propagates modifier state to
    the client with pointer focus before sending axis events.
    
    This depends on https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4523.
    
    https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/259
    discusses permitting this behavior at the protocol level.
    danieldg committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1c12934 View commit details
    Browse the repository at this point in the history