kc3-lang/libxkbcommon/src/makekeys/makekeys.c

Branch :


Log

Author Commit Date CI Message
a45cdf4b 2009-01-23 18:12:04 makekeys: Fix warning about not returning from function If we've gotten through the for loop in the alias functions, then we don't have a match.
d60166b5 2009-01-23 18:05:12 makekeys: No need for strncat
e8c7f685 2009-01-22 19:59:24 makekeys: Handle XFree86 special action keys For some reason, there are a set of keys that have an underscore after the XF86 prefix when Xlib gets them from XKeysymDB.
c005d63c 2009-01-22 18:09:51 makekeys: Always continue when no alias match found
49cda118 2009-01-22 07:16:12 Move makekeys to separate subdir The build is a little cleaner when makekeys has its own Makefile.
79ddd7e5 2009-01-22 08:25:39 Refactor makekeys with some convenience functions All the nested ifs in the parsing code were confusing me.
6518e548 2009-01-22 18:01:13 makekeys: Prepend XF86 to XFree86 keysyms
498935c1 2009-01-22 18:06:48 makekeys: Handle aliases in convenience functions There's no need to pass the alias buffer down.