Re: [AD] keyboard recalcitrant under X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, 2003-03-09 at 13:14, Julien Cugniere wrote:
[..]
> I recently installed allegro under linux, and I have some trouble getting the
> keyboard to work correctly. Using for example exkeys, some keys do not
> produce the correct value, and some other do not produce anything at all (no
> scancode/no unicode, just as if I hadn't pressed anything). I tried with a
> lot of allegro version (even a few 3.9.x WIPs) and this doesn't change
> anything.
[..]
Maybe tools/x11/xkeymap can solve the problem. This also reminds to
attach this small patch which adds xkeymap to the makefile..
--
Elias Pschernig <elias@xxxxxxxxxx>
Index: makefile.in
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.in,v
retrieving revision 1.42
diff -u -r1.42 makefile.in
--- makefile.in 7 Feb 2003 18:50:45 -0000 1.42
+++ makefile.in 9 Mar 2003 15:24:00 -0000
@@ -114,6 +114,9 @@
# List of sources for libraries and programs.
include $(srcdir)/makefile.lst
+ALLEGRO_LIB_EXE_SOURCES += tools/x11/xkeymap.c
+ALLEGRO_LIB_EXES += tools/x11/xkeymap
+
ALLEGRO_EMPTY_LIST =
ALLEGRO_LIBRARY_SOURCES = \