Closed wismill closed 1 month ago
There is currently no easy way to dump a keymap from a Wayland compositor, such as xkbcomp -xkb $DISPLAY - could do for X servers.
xkbcomp -xkb $DISPLAY -
As xkbcomp may not be intuitive, a corresponding tool for X servers would also be useful.
xkbcomp
Add the tools xkbcli-dump-keymap-{wayland,x11} by tweaking the existing xkbcli-interactive-{wayland,x11} tools.
xkbcli-dump-keymap-{wayland,x11}
xkbcli-interactive-{wayland,x11}
Commands names subject to bikeshedding.
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 existingxkbcli-interactive-{wayland,x11}
tools.Commands names subject to bikeshedding.