ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
41 lines
733 B
Groff
41 lines
733 B
Groff
.Dd July 27, 2020
|
|
.Dt XKBCLI\-INTERACTIVE\-X11 1
|
|
.Os
|
|
.
|
|
.Sh NAME
|
|
.Nm "xkbcli interactive\-x11"
|
|
.Nd interactive debugger for XKB keymaps
|
|
.
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Ar options
|
|
.
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
is a commandline tool to interactively debug XKB keymaps by listening to X11 events.
|
|
.
|
|
.Pp
|
|
This requires an X server to be running.
|
|
.
|
|
.Pp
|
|
Press the
|
|
.Aq Escape
|
|
key to exit.
|
|
.
|
|
.Pp
|
|
This is a debugging tool, its behavior or output is not guaranteed to be stable.
|
|
.
|
|
.Bl -tag -width Ds
|
|
.It Fl \-help
|
|
Print help and exit
|
|
.
|
|
.It Fl \-enable\-compose
|
|
Enable Compose functionality
|
|
.El
|
|
.
|
|
.Sh SEE ALSO
|
|
.Xr xkbcli 1 ,
|
|
.Xr xkbcli\-interactive\-evdev 1 ,
|
|
.Xr xkbcli\-interactive\-wayland 1 ,
|
|
.Lk https://xkbcommon.org "The libxkbcommon online documentation"
|