Opened 9 months ago
Closed 9 months ago
#21611 closed enhancement (fixed)
libxkbcommon-1.10.0
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.4 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 9 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 months ago
comment:3 by , 9 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
99c5953dac Update to glib-2.84.2. fd51e5c3fe Update to libnvme-1.14. 2f2190ea61 Update to valgrind-3.25.1. c9dd9469d7 Update to mupdf-1.26.1. d93fa79f93 Update to libxkbcommon-1.10.0.
Note:
See TracTickets
for help on using tickets.

libxkbcommon [1.10.0] – 2025-05-21
API
Breaking changes
Deprecated
xkb_state_update_mask()should migrate to usingxkb_state_update_latched_locked()instead, for proper handling of the keyboard state.xkbcommon/xkbcommon-names.hare now deprecated and will be removed in a future version:XKB_MOD_NAME_ALT: useXKB_VMOD_NAME_ALTinstead.XKB_MOD_NAME_LOGO: useXKB_VMOD_NAME_SUPERinstead.XKB_MOD_NAME_NUM: useXKB_VMOD_NAME_NUMinstead.New
xkb_state_update_latched_locked()to update the keyboard state to change the latched and locked state of the modifiers and layout.xkb_keymap_mod_get_mask()to query the mapping of a modifier.VoidAction()action to match the keysym pairNoSymbol/VoidSymbol. It enables erasing a previous action and breaks latches.Fixes
Tools
New
xkbcli-compile-keymap: Added option--modmapsthat prints modifiers mappings. This is similar to the legacyxmodmap -pm.Build system
Breaking changes