0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/DOCS/man
Akemi 063ca8f0fe osx: fix key input in certain circumstances
for a reason i can just assume some key events can vanish from the
event chain and mpv seems unresponsive.

after quite some testing i could confirm that the events are present at
the first entry point of the event chain, the sendEvent method of the
Application, and that they vanish at a point afterwards. now we use
that entry point to grab keyDown and keyUp events. we also stop
propagating those key events to prevent the no key input' error sound.
if we ever need the key events somewhere down the event chain we need
to start propagating them again. though this is not necessary currently.
2017-03-26 20:38:26 +02:00
..
af.rst command: add better runtime filter toggling method 2017-03-25 17:07:40 +01:00
ao.rst options: remove deprecated sub-option handling for --vo and --ao 2016-11-25 21:17:25 +01:00
changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
encode.rst man: fix grammar issues 2015-12-19 09:26:41 +01:00
input.rst command: add expand-text command to property-expand a string 2017-03-26 19:58:51 +02:00
ipc.rst client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
libmpv.rst manpage: define stricter rules for C plugin return values 2017-01-14 17:41:04 +01:00
lua.rst lua: allow unregistration of idle handlers 2017-01-15 17:02:21 +01:00
mpv.rst manpage: add empty line between protocol header/description 2017-03-25 12:51:50 +01:00
options.rst osx: fix key input in certain circumstances 2017-03-26 20:38:26 +02:00
osc.rst osc: make the title toggleable between media-title and filename 2017-03-26 14:41:03 +01:00
vf.rst command: change and simplify filter toggle syntax 2017-03-26 13:13:34 +02:00
vo.rst image_writer: remove useless formats 2017-03-18 14:24:53 +01:00