vlc.scriptSuite
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:3k
源码类别:

midi

开发平台:

Unix_Linux

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Name</key>
  6.     <string>vlc</string>
  7.     <key>AppleEventCode</key>
  8.     <string>VLC#</string>
  9.     <key>Classes</key>
  10.     <dict>
  11.         <key>VLCApplication</key>
  12.         <dict>
  13.             <key>AppleEventCode</key>
  14.             <string>capp</string>
  15.             <key>Attributes</key>
  16.             <dict>
  17.                 <key>scriptFullscreenMode</key>
  18.                 <dict>
  19.                     <key>AppleEventCode</key>
  20.                     <string>pFsC</string>
  21.                     <key>Type</key>
  22.                     <string>NSNumber&lt;Bool&gt;</string>
  23.                 </dict>             
  24.             </dict>
  25.             <key>Superclass</key>
  26.             <string>NSCoreSuite.NSApplication</string>          
  27.         </dict>
  28.     </dict> 
  29.     <key>Commands</key>
  30.     <dict>
  31.         <key>OpenURL</key>
  32.         <dict>
  33.             <key>AppleEventClassCode</key>
  34.             <string>WWW!</string>
  35.             <key>AppleEventCode</key>
  36.             <string>OURL</string>
  37.             <key>CommandClass</key>
  38.             <string>VLGetURLScriptCommand</string>
  39.         </dict>
  40.         <key>GetURL</key>
  41.         <dict>
  42.             <key>AppleEventClassCode</key>
  43.             <string>GURL</string>
  44.             <key>AppleEventCode</key>
  45.             <string>GURL</string>
  46.             <key>CommandClass</key>
  47.             <string>VLGetURLScriptCommand</string>
  48.         </dict>
  49.         <key>play</key>
  50.         <dict>
  51.             <key>AppleEventCode</key>
  52.             <string>VLC1</string>
  53.             <key>CommandClass</key>
  54.             <string>VLControlScriptCommand</string>
  55.         </dict>
  56.         <key>stop</key>
  57.         <dict>
  58.             <key>AppleEventCode</key>
  59.             <string>VLC2</string>
  60.             <key>CommandClass</key>
  61.             <string>VLControlScriptCommand</string>
  62.         </dict>
  63.         <key>previous</key>
  64.         <dict>
  65.             <key>AppleEventCode</key>
  66.             <string>VLC3</string>
  67.             <key>CommandClass</key>
  68.             <string>VLControlScriptCommand</string>
  69.         </dict>
  70.         <key>next</key>
  71.         <dict>
  72.             <key>AppleEventCode</key>
  73.             <string>VLC4</string>
  74.             <key>CommandClass</key>
  75.             <string>VLControlScriptCommand</string>
  76.         </dict>
  77.         <key>fullscreen</key>
  78.         <dict>
  79.             <key>AppleEventCode</key>
  80.             <string>VLC5</string>
  81.             <key>CommandClass</key>
  82.             <string>VLControlScriptCommand</string>
  83.         </dict>
  84.         <key>mute</key>
  85.         <dict>
  86.             <key>AppleEventCode</key>
  87.             <string>VLC6</string>
  88.             <key>CommandClass</key>
  89.             <string>VLControlScriptCommand</string>
  90.         </dict>
  91.         <key>volumeUp</key>
  92.         <dict>
  93.             <key>AppleEventCode</key>
  94.             <string>VLC7</string>
  95.             <key>CommandClass</key>
  96.             <string>VLControlScriptCommand</string>
  97.         </dict>
  98.         <key>volumeDown</key>
  99.         <dict>
  100.             <key>AppleEventCode</key>
  101.             <string>VLC8</string>
  102.             <key>CommandClass</key>
  103.             <string>VLControlScriptCommand</string>
  104.         </dict>
  105.     </dict>
  106. </dict>
  107. </plist>