xenocara/app/xkbevd
purplerain 155eb8555e
sync with OpenBSD -current
2024-04-29 00:35:41 +00:00
..
man sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.bsd-wrapper sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
aclocal.m4 sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
cfgparse.y sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
cfgscan.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.h.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.sub sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure.ac sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
evargs.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
example.cf sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
printev.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
tokens.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
utils.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
utils.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbevd.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbevd.cf sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xkbevd.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ylwrap sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00

README.md

xkbevd - XKB event daemon

The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. The configuration file consists of a list of event specification/action pairs and/or variable definitions.

This command is very raw and is therefore only partially implemented; we present it here as a rough prototype for developers, not as a general purpose tool for end users.

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The master development code repository can be found at:

https://gitlab.freedesktop.org/xorg/app/xkbevd

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches