cdooo
非常火狐
非常火狐
  • UID8445
  • 注册日期2005-09-07
  • 最后登录2017-02-26
  • 发帖数932
  • 经验29枚
  • 威望0点
  • 贡献值18点
  • 好评度1点
  • 社区居民
  • 忠实会员
阅读:2225回复:3

[推荐]launchy.xml file usage

楼主#
更多 发布于:2006-02-13 19:57
今天在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]
ccc
cdooo
非常火狐
非常火狐
  • UID8445
  • 注册日期2005-09-07
  • 最后登录2017-02-26
  • 发帖数932
  • 经验29枚
  • 威望0点
  • 贡献值18点
  • 好评度1点
  • 社区居民
  • 忠实会员
1楼#
发布于:2006-02-13 19:57
emule可以支持啊,不用装插件就可支持的
在VERYCD上完全没有问题
ccc
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2025-08-21
  • 发帖数18502
  • 经验4858枚
  • 威望5点
  • 贡献值4324点
  • 好评度1118点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
2楼#
发布于:2006-02-13 19:57
类似的xml文件写过还是不支持迅雷 emule好像也不行 不过庆幸的是迅雷支持ff了不错 但是我不用迅雷的说
Firefox More than meets your experience
cdooo
非常火狐
非常火狐
  • UID8445
  • 注册日期2005-09-07
  • 最后登录2017-02-26
  • 发帖数932
  • 经验29枚
  • 威望0点
  • 贡献值18点
  • 好评度1点
  • 社区居民
  • 忠实会员
3楼#
发布于:2006-02-13 19:57
ccc
游客

返回顶部