kc3-lang/libxkbcommon/tools/xkbcli-dump-keymap-wayland.1

Branch :


Log

Author Commit Date CI Message
9cc19e4e 2025-08-04 22:42:34 tools: Fix missing --verbose doc + misc
82ea2915 2025-05-06 17:22:22 tools: Add options to use explicit keymap format The default output keymap format is `XKB_KEYMAP_USE_ORIGINAL_FORMAT`.
b8888345 2024-09-20 09:17:23 tools: Add xkbcli dump-keymap-{wayland,x11} There is currently no easy way to dump a keymap from a Wayland compositor, such as `xkbcomp -xkb $DISPLAY -` could do for X servers. As `xkbcomp` may not be intuitive, a corresponding tool for X servers would also be useful. Add the tools `xkbcli-dump-keymap-{wayland,x11}` by tweaking the existing `xkbcli-interactive-{wayland,x11}` tools.