1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 13:52:10 +00:00
mpv/input
wm4 0c6d85f6c3 input, lua: make removing key bindings work
This just kept adding bindings to the input section, rather than
defining it. One bad effect was that mp.remove_key_binding() in Lua
didn't work.
2014-12-03 15:46:55 +01:00
..
cmd_list.c input: simplify 2014-11-24 16:48:34 +01:00
cmd_list.h input: simplify 2014-11-24 16:48:34 +01:00
cmd_parse.c input: simplify 2014-11-24 16:48:34 +01:00
cmd_parse.h command: print executed commands with -v 2014-10-23 15:13:05 +02:00
event.c input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.h
input.c input, lua: make removing key bindings work 2014-12-03 15:46:55 +01:00
input.h input: simplify 2014-11-24 16:48:34 +01:00
ipc.c lua, ipc: remove leftovers 2014-11-24 10:33:55 +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
lirc.c Do not call strerror() 2014-11-26 21:21:56 +01:00
pipe-win32.c