1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00
mpv/input
Avi Halachmi (:avih) 4f129a3eca input.conf syntax: support custom quotes !XstringX!
Where X is any ASCII char chosen by the user. An argument is only
interpreted as custom-quoted if it starts with '!' and the line doesn't
end right after it. Custom quotes don't interpret backslash-escape.

This change only affects command arguments which mpv parses (not array
commands), and not tokens before the arguments (where applicable - key
name, input section, command prefixes, command name).
2020-12-31 12:54:33 +02:00
..
cmd.c input.conf syntax: support custom quotes !XstringX! 2020-12-31 12:54:33 +02:00
cmd.h
event.c
event.h
input.c command: mouse-pos property: add field "hover" 2020-11-16 20:29:58 +02:00
input.h command: mouse-pos property: add field "hover" 2020-11-16 20:29:58 +02:00
ipc-dummy.c
ipc-unix.c
ipc-win.c
ipc.c
keycodes.c
keycodes.h
sdl_gamepad.c