Go to file
Ran Benita 0d8874d01c makekeys: update to match the rest of libX11 makekeys
This integrates two commits from libX11:

ebd6ef0a4db0ddef0ae17ad14571518ccdeea5ba
   XStringToKeysym: Special case for XF86 keysyms

    Some XFree86 keysyms were in XKeysymDB as XF86_foo, despite really being
    XF86foo.  So, if we get to the bottom of XStringToKeysym and haven't
    found our XF86_foo, try it again as XF86foo.

    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

00175397480b76d32bf82b0c7c94c91a2a95954e
    makekeys: Scan vendor keysyms as well as core

    Since we can't really live without vendor keysyms, scan them all in to
    generate ks_tables.h, rather than only doing the core ones, and leaving
    the vendor syms to be manually synchronised with XKeysymDB.

    Signed-off-by: Daniel Stone <daniel@fooishbar.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

Notice that the xkey.sh test is changed to match libX11 behavior, i.e.
XKeysymToString(0x1008FE20) -> "XF86Ungrab" as opposed to "XF86_Ungrab".

Signed-off-by: Ran Benita <ran234@gmail.com>
2012-02-26 21:09:37 +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 makekeys: update to match the rest of libX11 makekeys 2012-02-26 21:09:37 +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