dummy.lua
来自「VLC Player Source Code」· LUA 代码 · 共 13 行
LUA
13 行
--[[ This code is public domain (since it really isn't very interesting) ]]--msg = [[This is the `dummy' VLC Lua interface module.Please specify a VLC Lua interface to load with the --lua-intf option.VLC Lua interface modules include: `rc', `telnet' and `hotkeys'.For example: vlc -I lua --lua-intf rc]]--You can also use the alternate syntax: vlc -I "lua{intf=rc}"]]for line in string.gmatch(msg,"([^\n]+)\n*") do vlc.msg.err(line)end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?