|
阅读:2272回复:3
[推荐]launchy.xml file usage
今天在launchy官方上看到的.
Launchy is now (from version 2.5.0 and up) able to use a XML file to add custom applications. So you can add your own applications to Launchy's context menu. At startup Launchy will look for a file called launchy.xml in the chrome directory in your profile. Get help in finding the path of your Mozilla profile. You can use this page to create a launchy.xml file. The content of the launchy.xml should look like this: <?xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">
<application>
<label>Mozilla Composer</label>
<type>7</type>
<command>c:\program files\mozilla.org\nightly\mozilla\mozilla.exe</command>
<arguments>-editor</arguments>
</application>
<application>
<label>WordPad</label>
<type>7</type>
<command>%ProgramFiles%\accessories\wordpad.exe</command>
<arguments></arguments>
</application>
<application>
<label>Lynx</label>
<type>1</type>
<command>/usr/bin/lynx</command>
<arguments></arguments>
</application>
<application>
<label>Kget</label>
<type>5</type>
<command>/usr/bin/kget</command>
<arguments></arguments>
</application>
</configurations>label: The name of the application required command: The full path to the executable for the application required arguments: The arguments for the application optional type: The type of application required. The following types are supported: Browsers (e.g. Mozilla Firefox) Mail clients (e.g. Mozilla Thunderbird) Media clients (e.g. Windows Media Player) FTP clients (e.g. WS_FTP) Download Managers (e.g. FlashGet) File Explorers (e.g. Windows Explorer) Editors (e.g. UltraEdit) View Viewers (e.g. XnView) You can use both %ProgramFiles% and %SystemRoot% and %HOMEDRIVE% and %HOMEPATH% in the command and arguments and they are substitutes with their appropriated values. You can also use the special %GeckoDrive% that holds the drive on which the current running Gecko application is located on. 很有意思~终于把TTravel添加进去了~还想把迅雷弄进去的,可是进去了只能打开,不能自动把下载地址添加到任务里,也不支持中文. [/code] |
|
|
|
1楼#
发布于:2006-02-13 19:57
emule可以支持啊,不用装插件就可支持的
在VERYCD上完全没有问题 |
|
|
|
2楼#
发布于:2006-02-13 19:57
类似的xml文件写过还是不支持迅雷 emule好像也不行 不过庆幸的是迅雷支持ff了不错 但是我不用迅雷的说
|
|
|
|
3楼#
发布于:2006-02-13 19:57
|
|
|
