Commit d0097f4e60b8356fe0355dee5c2b6552cce196e7

Ran Benita 2012-07-15T15:55:34

Pass around xkb_key's instead of keycodes This way we don't need to look up the key every time. We now only deal with keycodes in the public API and in keycodes.c. Also adds an xkb_foreach_key macro, which is used a lot. Signed-off-by: Ran Benita <ran234@gmail.com>