Commit Graph

7 Commits

Author SHA1 Message Date
matt335672 fe410a595d Update genkeymap executable to use new format 2024-05-24 16:33:08 +01:00
Pavel Roskin c21b9a78f4 Distribute all files except git and github specific data
It is better to distribute a few useless file than not to distribute
needed files.
2016-12-18 00:00:11 -08:00
Pavel Roskin 00e70a5c54 Use standard autotools means to detect X11
Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add
X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS.
Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD.

With this patch, X Windows system is correctly detected on Mac OS X.
2016-01-30 17:18:52 -08:00
Michał Górny 0409da6af9 Generate correct xfree86 keymaps when evdev is used
Use a mapping table to map xfree86 keycodes to evdev keycodes and obtain
consistent keysyms for keymaps. This way, it is now possible to generate
correct keymaps when evdev driver is used on host.
2014-10-27 12:39:05 +01:00
jsorg71 6d795be6dd add lib path for old X server install 2009-09-04 01:40:12 +00:00
jsorg71 10a547fd5a cleanup 2009-08-12 03:00:52 +00:00
jsorg71 2df913f8ae added genkeymap app 2009-08-12 02:49:53 +00:00