📄 dummy.lua
字号:
--[[ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -