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

Expose "keycodes_per_modifier" property getter #272

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

Commits on Sep 10, 2024

  1. Expose "keycodes_per_modifier" property getter

    The GetModifierMapping request returns a list of keycodes. Client code
    needs to iterate this list in chunks of keycodes_per_modifier to visit
    all keycodes for each of the 8 modifiers (Shift, Lock, Control, Mod1,
    Mod2, Mod3, Mod4, Mod5).
    
    The preexisting whitelist of properties/fields that should not be
    hidden has been extended to include this field.
    
    Fixes rust-x-bindings#271
    andy-zetier committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ffe4adf View commit details
    Browse the repository at this point in the history