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

Pass on the hw button keycodes #46

Merged
merged 1 commit into from
Feb 2, 2021

Commits on Feb 2, 2021

  1. Support the keycodes sent by the hardware buttons

    Forward the pad keys as keycodes KEY_PROG1-4. The evdev code has the right
    meaning, but we cannot route those keys (>255) so we just map them to
    KEY_PROG1-4 instead. This way we can in the future add a xkeyboard-config
    option to assign something to those keys.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    whot committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9086899 View commit details
    Browse the repository at this point in the history