aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/keycodes.c
Commit message (Expand)AuthorAge
* input: remove Linux joystick supportGravatar wm42015-03-24
* input: add MOUSE_ENTER keybinding.Gravatar torque2015-02-18
* x11: add XK_Cancel to the list of special keysGravatar Martin Herkt2015-02-14
* Remove some unneeded NULL checksGravatar wm42014-11-21
* input: don't add weird padding when formatting keycodeGravatar wm42014-10-17
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* input: make key bindings like "Shift+X" work (for ASCII)Gravatar wm42014-08-26
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* keycodes: add const to a function argumentGravatar wm42014-02-17
* input: use bstr_xappend()Gravatar wm42013-12-30
* input: split off some code from input.c to separate filesGravatar wm42013-12-26