| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 10-Nov-2025 | 18 | ||
| aclocal.m4 | H A D | 10-Nov-2025 | 121.6 KiB | |
| ChangeLog | H A D | 10-Nov-2025 | 26 KiB | |
| compile | H A D | 10-Nov-2025 | 7.2 KiB | |
| config.guess | H A D | 10-Nov-2025 | 48.8 KiB | |
| config.h.in | H A D | 10-Nov-2025 | 1.8 KiB | |
| config.sub | H A D | 10-Nov-2025 | 35 KiB | |
| configure | H A D | 10-Nov-2025 | 364.8 KiB | |
| configure.ac | H A D | 10-Nov-2025 | 2 KiB | |
| COPYING | H A D | 10-Nov-2025 | 3.3 KiB | |
| depcomp | H A D | 10-Nov-2025 | 23 KiB | |
| INSTALL | H A D | 10-Nov-2025 | 15.4 KiB | |
| install-sh | H A D | 10-Nov-2025 | 15 KiB | |
| LED.c | H A D | 10-Nov-2025 | 10.2 KiB | |
| LED.h | H A D | 10-Nov-2025 | 3.4 KiB | |
| LEDP.h | H A D | 10-Nov-2025 | 2.4 KiB | |
| Makefile.am | H A D | 10-Nov-2025 | 1.8 KiB | |
| Makefile.in | H A D | 10-Nov-2025 | 45.8 KiB | |
| man/ | H | 10-Nov-2025 | 103 | |
| missing | H A D | 10-Nov-2025 | 6.7 KiB | |
| README.md | H A D | 10-Nov-2025 | 700 | |
| utils.c | H A D | 10-Nov-2025 | 3.7 KiB | |
| utils.h | H A D | 10-Nov-2025 | 2.7 KiB | |
| xkbbell.c | H A D | 10-Nov-2025 | 8.4 KiB | |
| xkbvleds.c | H A D | 10-Nov-2025 | 13.1 KiB | |
| xkbwatch.c | H A D | 10-Nov-2025 | 9.9 KiB |
README.md
1xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) 2extension to the X11 protocol. 3 4It includes: 5 6 * xkbbell - generate XKB bell events 7 * xkbvleds - display the state of LEDs on an XKB keyboard in a window 8 * xkbwatch - reports changes in the XKB keyboard state 9 10All questions regarding this software should be directed at the 11Xorg mailing list: 12 13 https://lists.x.org/mailman/listinfo/xorg 14 15The master development code repository can be found at: 16 17 https://gitlab.freedesktop.org/xorg/app/xkbutils 18 19Please submit bug reports and requests to merge patches there. 20 21For patch submission instructions, see: 22 23 https://www.x.org/wiki/Development/Documentation/SubmittingPatches 24 25