1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 19:11:53 +00:00
mpv/input
wm4 2dc6b27ee7 input: export input.conf comments ot input-bindings property
This is supposed to turn input.conf comments into inline documentation.
Whether this will be useful depends on whether there'll be a script
using this field.

This changes a small aspect of input.conf parsing fundamentally: this
attempts to strip comments/whitespace from the command string, which
will later be used to generate the command when a key binding is
executed. This should not have any negative effects, but there could be
unknown bugs. (For some reason, every command is parsed when input.conf
is parsed, but it still only stores the string for the command. I guess
that saves some minor amount of memory.)
2019-11-23 01:18:49 +01:00
..
cmd.c input: export input.conf comments ot input-bindings property 2019-11-23 01:18:49 +01:00
cmd.h input: export input.conf comments ot input-bindings property 2019-11-23 01:18:49 +01:00
event.c input: ignore empty lines on drag-drop mime data 2019-09-21 15:39:47 +02:00
event.h
input.c input: export input.conf comments ot input-bindings property 2019-11-23 01:18:49 +01:00
input.h command, input: add input-bindings property 2019-11-23 01:18:49 +01:00
ipc-dummy.c
ipc-unix.c Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--merge-edition 2018-12-05 19:19:24 +01:00
ipc-win.c
ipc.c ipc: cosmetic: switch a negated if/else 2018-05-25 10:46:18 +02:00
keycodes.c input: introduce a pseudo key name that grabs all text input 2019-11-22 01:15:08 +01:00
keycodes.h input: make MP_INPUT_RELEASE_ALL a pseudo-key 2019-11-22 01:19:00 +01:00
pipe-win32.c
sdl_gamepad.c sdl: prevent concurrent use of SDL in different threads 2019-10-25 22:17:54 +02:00