mirror of
https://github.com/videolan/vlc.git
synced 2024-12-05 07:46:32 +08:00
lua_rc: fix pause (use the right function as it exist now).
This commit is contained in:
parent
dd9997bcbf
commit
15ca46cf8f
@ -509,7 +509,7 @@ commands_ordered = {
|
||||
{ "chapter_p"; { func = titlechap_offset(-1); help = "previous chapter in current item" } };
|
||||
{ "" };
|
||||
{ "seek"; { func = seek; args = "X"; help = "seek in seconds, for instance `seek 12'" } };
|
||||
{ "pause"; { func = setarg(common.hotkey,"key-play-pause"); help = "toggle pause" } };
|
||||
{ "pause"; { func = skip2(vlc.playlist.pause); help = "toggle pause" } };
|
||||
{ "fastforward"; { func = setarg(common.hotkey,"key-jump+extrashort"); help = "set to maximum rate" } };
|
||||
{ "rewind"; { func = setarg(common.hotkey,"key-jump-extrashort"); help = "set to minimum rate" } };
|
||||
{ "faster"; { func = rate; help = "faster playing of stream" } };
|
||||
|
Loading…
Reference in New Issue
Block a user