aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/keycodes.c
Commit message (Expand)AuthorAge
* input: merge mouse wheel and axis keycodesGravatar James Ross-Gowan2017-09-03
* input: use mnemonic names for mouse buttonsGravatar James Ross-Gowan2017-09-03
* w32_common: handle media keysGravatar James Ross-Gowan2017-08-05
* input/keycodes: change license to LGPLGravatar wm42017-06-20
* input: add a catch-all "unmapped" commandGravatar wm42015-12-23
* input: rename recently added HALF_SPACEGravatar wm42015-10-21
* input: add key name for U+3000 IDEOGRAPHIC SPACEGravatar wm42015-10-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* 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