| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .Dd February 27, 2026
- .Dt XKBCLI\-DUMP\-KEYMAP\-X11 1
- .Os
- .
- .Sh NAME
- .Nm "xkbcli\-dump\-keymap\-x11"
- .Nd Debugger for XKB keyboard keymaps on X11
- .
- .Sh SYNOPSIS
- .Nm
- .Op Ar options
- .
- .Sh DESCRIPTION
- .Nm
- is a commandline tool to dump XKB keymaps from X servers.
- .
- .Pp
- This requires an X server 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 \-format Ar keymap_format
- Specify the keymap format (numeric or label, e.g.\&
- .Dq v1 )
- .
- .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.
- .
- .El
- .
- .Sh SEE ALSO
- .Xr xkbcli 1 ,
- .Xr xkbcli\-interactive\-x11 1 ,
- .Xr xkbcli\-dump\-keymap\-wayland 1 ,
- .Lk https://xkbcommon.org "The libxkbcommon online documentation"
|