| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .Dd February 27, 2026
- .Dt XKBCLI\-DUMP\-KEYMAP\-WAYLAND 1
- .Os
- .
- .Sh NAME
- .Nm "xkbcli\-dump\-keymap\-wayland"
- .Nd Debugger for XKB keyboard keymaps on Wayland
- .
- .Sh SYNOPSIS
- .Nm
- .Op Ar options
- .
- .Sh DESCRIPTION
- .Nm
- is a commandline tool to dump XKB keymaps from Wayland compositor.
- .
- .Pp
- This requires a Wayland compositor to be running.
- .
- .Pp
- This is a debugging tool, its behavior or output is not guaranteed to be stable.
- .
- .Bl -tag -width Ds
- .It Fl h, \-help
- Print help and exit
- .
- .It Fl V, \-version
- Print version information and exit
- .
- .It Fl \-verbose
- Enable verbose debugging output
- .
- .It Fl \-input\-format Ar keymap_format
- The keymap format (numeric or label, e.g.\&
- .Dq v1 )
- for parsing
- .
- .It Fl \-output\-format Ar keymap_format
- The keymap format (numeric or label, e.g.\&
- .Dq v1 )
- for serializing
- .
- .It Fl \-format Ar keymap_format
- The keymap format (numeric or label, e.g.\&
- .Dq v1 )
- for both parsing and serializing
- .
- .It Fl \-strict
- Parse using the strict mode.
- .
- .It Fl \-no\-pretty
- Disable pretty-printing for keymap serialization.
- .
- .It Fl \-drop\-unused
- Disable unused bits serialization.
- .
- .It Fl \-raw
- Print the raw keymap, without parsing it.
- .El
- .
- .Sh SEE ALSO
- .Xr xkbcli 1 ,
- .Xr xkbcli\-interactive\-wayland 1 ,
- .Xr xkbcli\-dump\-keymap\-x11 1 ,
- .Lk https://xkbcommon.org "The libxkbcommon online documentation"
|