📄 moz0901ex.txt
字号:
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<listbox datasources="10-1.rdf" ref="urn:root" flex="1">
<template>
<rule>
<conditions>
<content uri="?jar"/>
<triple subject="?jar"
predicate="http://xfly.mozdev.org/fly-rdf#types"
object="?types"/>
<member container="?types" child="?type"/>
<triple subject="?type"
predicate="http://xfly.mozdev.org/fly-rdf#name"
object="?name"/>
</conditions>
<action>
<listitem uri="?type">
<listcell label="?name"/>
</listitem>
</action>
</rule>
</template>
</listbox>
</window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -