NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025127.7 KiB

cfgparse.cH A D10-Nov-202550.7 KiB

cfgparse.yH A D10-Nov-20254.4 KiB

cfgscan.cH A D10-Nov-202512.7 KiB

ChangeLogH A D10-Nov-202533.5 KiB

compileH A D10-Nov-20257.4 KiB

config.guessH A D10-Nov-202549.5 KiB

config.h.inH A D10-Nov-20251.7 KiB

config.subH A D10-Nov-202536 KiB

configureH A D10-Nov-2025358.9 KiB

configure.acH A D10-Nov-20252 KiB

COPYINGH A D10-Nov-20251.1 KiB

depcompH A D10-Nov-202523.1 KiB

evargs.cH A D10-Nov-20255.8 KiB

example.cfH A D10-Nov-20251.9 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515.1 KiB

Makefile.amH A D10-Nov-20251.7 KiB

Makefile.inH A D10-Nov-202532.8 KiB

man/H10-Nov-202562

missingH A D10-Nov-20257.5 KiB

printev.cH A D10-Nov-202514.4 KiB

README.mdH A D10-Nov-2025849

tokens.hH A D10-Nov-20251.9 KiB

utils.cH A D10-Nov-20253.1 KiB

utils.hH A D10-Nov-20253.4 KiB

xkbevd.cH A D10-Nov-202518.9 KiB

xkbevd.cfH A D10-Nov-2025197

xkbevd.hH A D10-Nov-20253 KiB

ylwrapH A D10-Nov-20256.8 KiB

README.md

1xkbevd - XKB event daemon
2-------------------------
3
4The xkbevd event daemon listens for specified XKB events and executes
5requested commands if they occur.  The configuration file consists of
6a list of event specification/action pairs and/or variable definitions.
7
8This command is very raw and is therefore only partially implemented;
9we present it here as a rough prototype for developers, not as a general
10purpose tool for end users.
11
12All questions regarding this software should be directed at the
13Xorg mailing list:
14
15  https://lists.x.org/mailman/listinfo/xorg
16
17The master development code repository can be found at:
18
19  https://gitlab.freedesktop.org/xorg/app/xkbevd
20
21Please submit bug reports and requests to merge patches there.
22
23For patch submission instructions, see:
24
25  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
26
27