Commit ffe4adf
committed
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 #2711 parent f88b1a0 commit ffe4adf
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
| 1686 | + | |
| 1687 | + | |
1686 | 1688 | | |
1687 | | - | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1688 | 1693 | | |
1689 | 1694 | | |
1690 | 1695 | | |
| |||
0 commit comments