Go to file
Ran Benita e4b4d6b051 Fix "Could not resolve keysym" errors
On many layouts, the following error appears:
Internal error:   Could not resolve keysym 10005b0
(Which is like the trademark of libxkbcommon now, and makes
unicode-heavy symbol files pretty useless).

This occurs when a keysym string (in this case, 10005b0) is passed to
xkb_string_to_keysym, but cannot be resolved.
This in turn happens because the parser passes on hexadecimal keysym
strings without the leading "0x", thus leaving the resolving function
without a way to disambiguate it as a number.

Therefore, make sure to pass on the "0x". The file symbols.c in xkbcomp
project does the same; it probably got lost in translation.

Signed-off-by: Ran Benita <ran234@gmail.com>
2012-03-04 00:04:04 +02:00
include Raise keycode range to 32 bits 2012-02-15 16:24:51 +00:00
makekeys makekeys: update to match the rest of libX11 makekeys 2012-02-26 21:09:37 +02:00
src Fix "Could not resolve keysym" errors 2012-03-04 00:04:04 +02:00
test makekeys: update to match the rest of libX11 makekeys 2012-02-26 21:09:37 +02:00
.gitignore config: .gitignore: template with default values for components #24239 2010-12-07 09:47:32 -05:00
COPYING config: update COPYING for software licensing 2010-12-18 11:19:57 -05:00
Makefile.am config: makekeys prog should stand alone in the makekeys directory 2010-12-18 11:19:56 -05:00
README config: add the default README file. 2010-12-08 15:24:21 -05:00
autogen.sh build: use proper quoting in autogen.sh 2010-11-11 23:21:36 +01:00
configure.ac makekeys: Receive the keysym files as arguments 2012-02-26 21:09:37 +02:00
xkbcommon.pc.in Also update required kbproto version in .pc.in file 2011-04-04 09:21:55 -04:00

README

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

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon

        http://cgit.freedesktop.org/xorg/lib/libxkbcommon

For patch submission instructions, see:

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

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage