1
0

xkbcli-dump-keymap-x11.1 1008 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .Dd February 27, 2026
  2. .Dt XKBCLI\-DUMP\-KEYMAP\-X11 1
  3. .Os
  4. .
  5. .Sh NAME
  6. .Nm "xkbcli\-dump\-keymap\-x11"
  7. .Nd Debugger for XKB keyboard keymaps on X11
  8. .
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Ar options
  12. .
  13. .Sh DESCRIPTION
  14. .Nm
  15. is a commandline tool to dump XKB keymaps from X servers.
  16. .
  17. .Pp
  18. This requires an X server to be running.
  19. .
  20. .Pp
  21. This is a debugging tool, its behavior or output is not guaranteed to be stable.
  22. .
  23. .Bl -tag -width Ds
  24. .It Fl h, \-help
  25. Print help and exit
  26. .
  27. .It Fl V, \-version
  28. Print version information and exit
  29. .
  30. .It Fl \-verbose
  31. Enable verbose debugging output.
  32. .
  33. .It Fl \-format Ar keymap_format
  34. Specify the keymap format (numeric or label, e.g.\&
  35. .Dq v1 )
  36. .
  37. .It Fl \-strict
  38. Parse using the strict mode.
  39. .
  40. .It Fl \-no\-pretty
  41. Disable pretty-printing for keymap serialization.
  42. .
  43. .It Fl \-drop\-unused
  44. Disable unused bits serialization.
  45. .
  46. .El
  47. .
  48. .Sh SEE ALSO
  49. .Xr xkbcli 1 ,
  50. .Xr xkbcli\-interactive\-x11 1 ,
  51. .Xr xkbcli\-dump\-keymap\-wayland 1 ,
  52. .Lk https://xkbcommon.org "The libxkbcommon online documentation"