vlc.scriptsuite
来自「uclinux 下的vlc播放器源代码」· SCRIPTSUITE 代码 · 共 87 行
SCRIPTSUITE
87 行
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>Name</key> <string>vlc</string> <key>AppleEventCode</key> <string>VLC#</string> <key>Commands</key> <dict> <key>OpenURL</key> <dict> <key>AppleEventClassCode</key> <string>WWW!</string> <key>AppleEventCode</key> <string>OURL</string> <key>CommandClass</key> <string>VLGetURLScriptCommand</string> </dict> <key>GetURL</key> <dict> <key>AppleEventClassCode</key> <string>GURL</string> <key>AppleEventCode</key> <string>GURL</string> <key>CommandClass</key> <string>VLGetURLScriptCommand</string> </dict> <key>play</key> <dict> <key>AppleEventCode</key> <string>VLC1</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>stop</key> <dict> <key>AppleEventCode</key> <string>VLC2</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>previous</key> <dict> <key>AppleEventCode</key> <string>VLC3</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>next</key> <dict> <key>AppleEventCode</key> <string>VLC4</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>fullscreen</key> <dict> <key>AppleEventCode</key> <string>VLC5</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>mute</key> <dict> <key>AppleEventCode</key> <string>VLC6</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>volumeUp</key> <dict> <key>AppleEventCode</key> <string>VLC7</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> <key>volumeDown</key> <dict> <key>AppleEventCode</key> <string>VLC8</string> <key>CommandClass</key> <string>VLControlScriptCommand</string> </dict> </dict></dict></plist>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?