2020-04-13, 13:01
I was unsuccessful
Can you write all the processes please?
Using yaste
Can you write all the processes please?
Using yaste
(2016-10-31, 03:46)18000rpm Wrote: FYI if you want to use"[" and "]" to change the playback speed like in VLC you need to use this keymap:
<keymap>
<FullscreenVideo>
<keyboard>
<opensquarebracket>PlayerControl(tempodown)</opensquarebracket>
<closesquarebracket>PlayerControl(tempoup)</closesquarebracket>
</keyboard>
</FullscreenVideo>
<VideoMenu>
<keyboard>
<opensquarebracket>PlayerControl(tempodown)</opensquarebracket>
<closesquarebracket>PlayerControl(tempoup)</closesquarebracket>
</keyboard>
</VideoMenu>
</keymap>
Putting these under <global> will not work because the default actions for "[" and "]" are defined under <FullscreenVideo> and <VideoMenu>.