]> git.sur5r.net Git - i3/i3/commit
Move translate_keysyms to bindings.[ch]
authorTony Crisci <tony@dubstepdish.com>
Thu, 13 Mar 2014 12:02:07 +0000 (08:02 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Mar 2014 16:59:57 +0000 (17:59 +0100)
commitc5df093f5db1ccae70c900408d74a6d5b0ad2c97
tree8493635461790ca21b08c05f77773979be64eeb4
parent9b03be644f59facf113e4996f19484d25e0dee19
Move translate_keysyms to bindings.[ch]

Additionally add a check so the function only handles bindings of type
B_KEYBOARD to prepare for the new bindmouse feature.
include/bindings.h
include/config.h
src/bindings.c
src/config.c