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

ipc: add an input event #4342

Merged
merged 2 commits into from
Jul 23, 2019
Merged

ipc: add an input event #4342

merged 2 commits into from
Jul 23, 2019

Commits on Jul 18, 2019

  1. ipc: add an input event

    This adds an ipc event related to input devices. Currently the
    following changes are supported:
    - added: when an input device becomes available
    - removed: when an input device is no longer available
    - xkb_keymap_changed: (keyboards only) the keymap changed
    - xkb_layout_changed: (keyboards only) the effective layout changed
    RedSoxFan committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    02a4a43 View commit details
    Browse the repository at this point in the history
  2. ipc: add input::libinput_config event

    This adds a libinput_config change type to the input event for when
    the libinput config for a device changes
    
    In order for this to be possible to track, the libinput config code
    had to be refactored. It is now extracted into a separate file to
    isolate it from the rest of the input management code.
    RedSoxFan committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    fb8b373 View commit details
    Browse the repository at this point in the history