Edit

kc3-lang/libxkbcommon/changes/tools/+dump-keymap.feature.md

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-09-20 09:17:23
    Hash : b8888345
    Message : 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.

  • changes/tools/+dump-keymap.feature.md
  • Added `xkbcli dump-keymap-wayland` and `xkbcli dump-keymap-x11` debugging tools
    to dump a keymap from a Wayland compositor or a X server, similar to what
    `xkbcomp -xkb $DISPLAY -` does for X servers.