summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
Commit message (Expand)AuthorAgeFilesLines
* input: make key bindings like "Shift+X" work (for ASCII)wm42014-08-261-0/+3
* input: make all modifier flags unsignedwm42014-08-261-8/+8
* input: be stricter about rejecting mouse input with --no-input-cursorwm42014-07-271-0/+3
* input: fix typos, cosmeticswm42014-05-101-10/+10
* input: keycodes: reorder flagswm42014-04-181-16/+16
* keycodes: add const to a function argumentwm42014-02-171-1/+1
* input: use bstr_xappend()wm42013-12-301-2/+2
* input: split off some code from input.c to separate fileswm42013-12-261-0/+18
* Move mpvcore/input/ to input/wm42013-12-171-0/+254
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-214/+0
* win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-10/+9
* x11: add print and menu keyswm42012-01-181-0/+1
* input: allow unicode keys and reassign internal key codeswm42012-01-181-19/+19
* input: support up to 20 mouse buttonsreimar2011-06-291-2/+22
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-0/+194