1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00
mpv/input
wm4 417869f845 x11: make all XF86 special keys mappable
Makes all keys documented in XF86keysym.h mappable. This requires the
user to deal with numeric keycodes; no names are queried or exported.

This is an easy way to avoid adding all the hundreds of XF86 keys to
our X11 lookup table and mpv's keycode/name list.
2015-02-13 21:47:22 +01:00
..
cmd_list.c command: new commands audio_add/audio_remove/audio_reload 2015-02-03 13:53:39 +01:00
cmd_list.h command: new commands audio_add/audio_remove/audio_reload 2015-02-03 13:53:39 +01:00
cmd_parse.c input: fix dangling pointer 2015-01-25 00:37:31 +01:00
cmd_parse.h
event.c
event.h
input.c input: handle mixing key press and up/down events better 2015-01-23 13:02:42 +01:00
input.h input: simplify 2014-11-24 16:48:34 +01:00
ipc.c ipc: put playback core to sleep while dequeuing commands 2015-02-13 21:25:09 +01:00
joystick.c Do not call strerror() 2014-11-26 21:21:56 +01:00
keycodes.c Remove some unneeded NULL checks 2014-11-21 09:58:09 +01:00
keycodes.h x11: make all XF86 special keys mappable 2015-02-13 21:47:22 +01:00
lirc.c Do not call strerror() 2014-11-26 21:21:56 +01:00
pipe-win32.c pipe-win32: possible fix for Windows XP deadlock 2014-12-11 23:38:15 +11:00