migrate.xul
来自「属性sosuo算法」· XUL 代码 · 共 20 行
XUL
20 行
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="main.css" type="text/css"?>
<dialog id="democracy-migrate"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="Migrate existing movies?"
maxwidth="400"
ondialogaccept="window.arguments[0].out = true;"
ondialogcancel="window.arguments[0].out = false;"
buttonlabelaccept="Migrate"
buttonlabelcancel="Don't Migrate"
buttons="accept,cancel">
<description>You've selected a new folder to download
movies to. Should Democracy migrate your existing downloads there?
(Currently dowloading movies will not be moved until they finish)
</description>
</dialog>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?