mpv/input
Philip Sequeira 4a4f788a68 player: use exit code 0 by default for quit, 4 for signals, etc.
Default key bindings in encoding mode also use code 4, because scripts
will probably want to fail if encoding is aborted (leaving an
incomplete file).
2015-07-11 23:46:49 +02:00
..
cmd_list.c player: use exit code 0 by default for quit, 4 for signals, etc. 2015-07-11 23:46:49 +02:00
cmd_list.h command: add keypress, keydown, and keyup commands. 2015-06-11 21:42:09 +02:00
cmd_parse.c input: allow - as separator between commands, instead of _ 2015-05-25 21:59:44 +02:00
cmd_parse.h
event.c
event.h
input.c input: improve wording of key binding messages 2015-06-30 00:43:16 +02:00
input.h input: remove some unneeded things 2015-05-26 22:00:25 +02:00
ipc.c ipc: fix undefined behavior in some error cases 2015-07-06 00:08:29 +02:00
keycodes.c
keycodes.h
pipe-win32.c