mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 10:55:46 +01:00
imported patch dactylify
--HG-- rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js rename : common/content/liberator.js => common/content/dactyl.js rename : common/content/liberator.xul => common/content/dactyl.xul rename : common/skin/liberator.css => common/skin/dactyl.css rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd rename : vimperator/AUTHORS => pentadactyl/AUTHORS rename : vimperator/Donors => pentadactyl/Donors rename : vimperator/Makefile => pentadactyl/Makefile rename : vimperator/NEWS => pentadactyl/NEWS rename : vimperator/TODO => pentadactyl/TODO rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js rename : vimperator/content/about.html => pentadactyl/content/about.html rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png rename : vimperator/content/config.js => pentadactyl/content/config.js rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd rename : vimperator/content/logo.png => pentadactyl/content/logo.png rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim rename : vimperator/install.rdf => pentadactyl/install.rdf rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example rename : vimperator/regressions.js => pentadactyl/regressions.js rename : vimperator/skin/about.css => pentadactyl/skin/about.css rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="all"
|
||||
title="&liberator.appname; All"
|
||||
title="&dactyl.appname; All"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<tags>all</tags>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="autocommands"
|
||||
title="&liberator.appname; Autocommands"
|
||||
title="&dactyl.appname; Autocommands"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="autocommands">Automatic commands</h1>
|
||||
@@ -31,7 +31,7 @@
|
||||
variables.
|
||||
</p>
|
||||
|
||||
<p>Add <a>cmd</a> to the list of commands &liberator.appname; will execute on <a>event</a> for a URL matching <a>pat</a>:</p>
|
||||
<p>Add <a>cmd</a> to the list of commands &dactyl.appname; will execute on <a>event</a> for a URL matching <a>pat</a>:</p>
|
||||
|
||||
<ul>
|
||||
<li><ex>:autocmd[!]</ex> <a>events</a> <a>pat</a>: list/remove autocommands filtered by <a>events</a> and <a>pat</a></li>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="browsing"
|
||||
title="&liberator.appname; Browsing"
|
||||
title="&dactyl.appname; Browsing"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="surfing browsing">Browsing</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
&liberator.appname; overrides nearly all &liberator.host; keys in order to make browsing more
|
||||
&dactyl.appname; overrides nearly all &dactyl.host; keys in order to make browsing more
|
||||
pleasant for Vim users. On the rare occasions when you want to pass a keystroke
|
||||
to &liberator.host;, or to the web page, and have it retain its original meaning you
|
||||
to &dactyl.host;, or to the web page, and have it retain its original meaning you
|
||||
have 2 possibilities:
|
||||
|
||||
<item>
|
||||
@@ -21,7 +21,7 @@ have 2 possibilities:
|
||||
<spec>CTRL-Z</spec>
|
||||
<description>
|
||||
<p>
|
||||
Disable all &liberator.appname; keys except <k name="Esc"/> and pass them to the next event
|
||||
Disable all &dactyl.appname; keys except <k name="Esc"/> and pass them to the next event
|
||||
handler. This is especially useful if JavaScript controlled forms (e.g., the
|
||||
RichEdit form fields of Gmail) don't work anymore. To exit this mode, press
|
||||
<k name="Esc"/>. If you also need to pass <k name="Esc"/> in this mode to the web page,
|
||||
@@ -37,10 +37,10 @@ have 2 possibilities:
|
||||
<description>
|
||||
<p>
|
||||
If you only need to pass a single key to a JavaScript form field or another
|
||||
extension prefix the key with <k name="C-v"/>. Also works to unshadow &liberator.host;
|
||||
shortcuts like <k name="C-o"/> which are otherwise hidden in &liberator.appname;. When
|
||||
&liberator.appname; mode is temporarily disabled with <k name="C-z"/>, <k name="C-v"/> will pass
|
||||
the next key to &liberator.appname; instead of the web page.
|
||||
extension prefix the key with <k name="C-v"/>. Also works to unshadow &dactyl.host;
|
||||
shortcuts like <k name="C-o"/> which are otherwise hidden in &dactyl.appname;. When
|
||||
&dactyl.appname; mode is temporarily disabled with <k name="C-z"/>, <k name="C-v"/> will pass
|
||||
the next key to &dactyl.appname; instead of the web page.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -87,7 +87,7 @@ have 2 possibilities:
|
||||
opens a Google search for linus torvalds).
|
||||
</li>
|
||||
<li>
|
||||
Passed directly to &liberator.host; in all other cases
|
||||
Passed directly to &dactyl.host; in all other cases
|
||||
(<ex>:open www.osnews.com, www.slashdot.org</ex>
|
||||
opens OSNews in the current, and Slashdot in a new
|
||||
background tab).
|
||||
@@ -441,7 +441,7 @@ have 2 possibilities:
|
||||
<description>
|
||||
<p>
|
||||
Quit current tab. If this is the last tab in the window, close the window. If
|
||||
this was the last window, close &liberator.appname;. When quitting &liberator.appname;, the
|
||||
this was the last window, close &dactyl.appname;. When quitting &dactyl.appname;, the
|
||||
session is not stored.
|
||||
</p>
|
||||
</description>
|
||||
@@ -453,7 +453,7 @@ have 2 possibilities:
|
||||
<spec>:quita<oa>ll</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Quit &liberator.appname;. Quit &liberator.appname;, no matter how many tabs/windows are open.
|
||||
Quit &dactyl.appname;. Quit &dactyl.appname;, no matter how many tabs/windows are open.
|
||||
The session is not stored.
|
||||
</p>
|
||||
</description>
|
||||
@@ -484,7 +484,7 @@ have 2 possibilities:
|
||||
<spec>:xa<oa>ll</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Save the session and quit. Quit &liberator.appname;, no matter how many tabs/windows
|
||||
Save the session and quit. Quit &dactyl.appname;, no matter how many tabs/windows
|
||||
are open. The session is stored. <ex>:wq</ex> is different from Vim, as it
|
||||
closes the window instead of just one tab by popular demand. Complain on the
|
||||
mailing list if you want to change that.
|
||||
@@ -507,7 +507,7 @@ have 2 possibilities:
|
||||
<spec>ZZ</spec>
|
||||
<description>
|
||||
<p>
|
||||
Quit and save the session. Quit &liberator.appname;, no matter how many tabs/windows
|
||||
Quit and save the session. Quit &dactyl.appname;, no matter how many tabs/windows
|
||||
are open. The session is stored. Works like <ex>:xall</ex>.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="buffer"
|
||||
title="&liberator.appname; Buffer"
|
||||
title="&dactyl.appname; Buffer"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="buffer document">Buffer</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
&liberator.appname; holds exactly one buffer object for each tab. It is usually an
|
||||
&dactyl.appname; holds exactly one buffer object for each tab. It is usually an
|
||||
(X)HTML document with advanced features.
|
||||
|
||||
<h2 tag="buffer-information">Buffer information</h2>
|
||||
@@ -358,7 +358,7 @@ default zoom levels are 30%, 50%, 67%, 80%, 90%, 100%, 110%, 120%, 133%, 150%,
|
||||
|
||||
The available zoom range can be changed by setting the
|
||||
<link topic="http://kb.mozillazine.org/Zoom.minPercent">'zoom.minPercent'</link> and
|
||||
<link topic="http://kb.mozillazine.org/Zoom.maxPercent">'zoom.maxPercent'</link> &liberator.host;
|
||||
<link topic="http://kb.mozillazine.org/Zoom.maxPercent">'zoom.maxPercent'</link> &dactyl.host;
|
||||
preferences. The zoom levels can be changed using the
|
||||
<link topic="http://kb.mozillazine.org/Toolkit.zoomManager.zoomValues">'toolkit.ZoomManager.zoomLevels'</link>
|
||||
preference.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="cmdline"
|
||||
title="&liberator.appname; Command-line"
|
||||
title="&dactyl.appname; Command-line"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="Command-line-mode Command-line mode-cmdline">Command-line mode</h1>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd" [
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd" [
|
||||
<!ENTITY tab "   ">
|
||||
]>
|
||||
|
||||
<document
|
||||
name="developer"
|
||||
title="&liberator.appname; Developer information"
|
||||
title="&dactyl.appname; Developer information"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="developer-information">Developer information</h1>
|
||||
@@ -63,7 +63,7 @@
|
||||
<p>
|
||||
If you don't know in which file/section you should put some
|
||||
documentation, ask on the mailing list or on
|
||||
<link topic="irc://irc.freenode.net/vimperator">#vimperator</link>.
|
||||
<link topic="irc://irc.freenode.net/pentadactyl">#pentadactyl</link>.
|
||||
</p>
|
||||
|
||||
<h3 tag="help-tags help-xml">Help tags</h3>
|
||||
@@ -89,7 +89,7 @@
|
||||
<dt>&tab;@topic</dt> <dd>The topic of the link. Either a help topic or a fully-qualified URI.</dd>
|
||||
<dt>em</dt> <dd><em>Emphasized</em> text. (HelpEm)</dd>
|
||||
<dt>str</dt> <dd>A <str>string</str>, with its contents wrapped in quotes. (HelpString)</dd>
|
||||
<dt>logo</dt> <dd>&liberator.appname;'s logo. (Logo)</dd>
|
||||
<dt>logo</dt> <dd>&dactyl.appname;'s logo. (Logo)</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Items</dt><dd/>
|
||||
@@ -129,7 +129,7 @@
|
||||
<dt>&tab;@summary</dt> <dd>A short description of the plugin, shown in its section head.</dd>
|
||||
|
||||
<dt>project</dt> <dd>The project for which this plugin was intended.</dd>
|
||||
<dt>&tab;@name</dt> <dd>The name of the project (i.e., <str>&liberator.name;</str>)</dd>
|
||||
<dt>&tab;@name</dt> <dd>The name of the project (i.e., <str>&dactyl.name;</str>)</dd>
|
||||
<dt>&tab;@minVersion</dt> <dd>The minimum version of the project for which this plugin is intended to work.</dd>
|
||||
<dt>&tab;@maxVersion</dt> <dd>The maximum version of the project for which this plugin is intended to work.</dd>
|
||||
|
||||
@@ -153,13 +153,13 @@
|
||||
<h2 tag="writing-plugins">Writing plugins</h2>
|
||||
|
||||
<p>
|
||||
Writing &liberator.appname; plugins is incredibly simple.
|
||||
Writing &dactyl.appname; plugins is incredibly simple.
|
||||
Plugins are simply JavaScript files which run with full chrome
|
||||
privileges and have full access to the &liberator.appname; and
|
||||
&liberator.host; APIs. Each plugin has its own global object,
|
||||
privileges and have full access to the &dactyl.appname; and
|
||||
&dactyl.host; APIs. Each plugin has its own global object,
|
||||
which means that the variables and functions that you create
|
||||
won't pollute the global <em>window</em> or private
|
||||
<em>liberator</em> namespaces. This means that there's no need
|
||||
<em>dactyl</em> namespaces. This means that there's no need
|
||||
to wrap your plugin in a closure, as is often the practice in
|
||||
JavaScript development. Furthermore, any plugin which is
|
||||
installed in your <o>runtimepath</o><em>/plugin</em> directory
|
||||
@@ -186,7 +186,7 @@ var INFO =
|
||||
xmlns="http://vimperator.org/namespaces/liberator">
|
||||
<author email="maglione.k@gmail.com">Kris Maglione</author>
|
||||
<license href="http://opensource.org/licenses/mit-license.php">MIT</license>
|
||||
<project name="Vimperator" minVersion="2.0"/>
|
||||
<project name="Pentadactyl" minVersion="2.0"/>
|
||||
<p>
|
||||
This plugin provides the same features as the ever popular FlashBlock
|
||||
Firefox addon. Flash animations are substituted with place holders which
|
||||
@@ -216,9 +216,9 @@ var INFO =
|
||||
The inline XML is made possible by
|
||||
<link topic="https://developer.mozilla.org/en/E4X">E4X</link>.
|
||||
It's important that the documentation be assigned to the
|
||||
<em>INFO</em> variable, or &liberator.appname; will not be able
|
||||
<em>INFO</em> variable, or &dactyl.appname; will not be able
|
||||
to find it. The documentation that you provide behaves exactly
|
||||
as other &liberator.appname; documentation, which means that
|
||||
as other &dactyl.appname; documentation, which means that
|
||||
the tags you provide are available via <ex>:help</ex> with
|
||||
full tag completion and cross-referencing support. Although
|
||||
documentation is not required, we strongly recommend that all
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="eval"
|
||||
title="&liberator.appname; Expression Evaluation"
|
||||
title="&dactyl.appname; Expression Evaluation"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="expression expr eval">Expression evaluation</h1>
|
||||
@@ -84,12 +84,12 @@
|
||||
|
||||
<p>
|
||||
The special version <ex>:javascript!</ex> opens the JavaScript console of
|
||||
&liberator.host;.
|
||||
&dactyl.host;.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<k name="Tab"/> completion is available for <ex>:javascript <a>cmd</a><k name="Tab"/></ex> (but not
|
||||
yet for the <ex>:js <<EOF</ex> multiline widget). Be aware that &liberator.appname; needs
|
||||
yet for the <ex>:js <<EOF</ex> multiline widget). Be aware that &dactyl.appname; needs
|
||||
to run <a>cmd</a> through eval() to get the completions, which could have unwanted
|
||||
side effects.
|
||||
</p>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="gui"
|
||||
title="&liberator.appname; GUI"
|
||||
title="&dactyl.appname; GUI"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="gui">&liberator.appname;'s GUI</h1>
|
||||
<h1 tag="gui">&dactyl.appname;'s GUI</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
Although &liberator.appname; offers the most frequently used &liberator.host; functionality via
|
||||
Although &dactyl.appname; offers the most frequently used &dactyl.host; functionality via
|
||||
Ex and Normal mode commands there may be times when directly accessing the GUI
|
||||
is required. There are commands for accessing the menu system, standard dialogs
|
||||
and the sidebar.
|
||||
@@ -26,7 +26,7 @@
|
||||
<description>
|
||||
<p>
|
||||
Execute <a>menu</a> from the command line. This command provides command-line access
|
||||
to all menu items available from the main &liberator.host; menubar. <a>menu</a> is a
|
||||
to all menu items available from the main &dactyl.host; menubar. <a>menu</a> is a
|
||||
hierarchical path to the menu item with each submenu separated by a period.
|
||||
E.g. <ex>:emenu File.Open File…</ex>
|
||||
</p>
|
||||
@@ -41,10 +41,10 @@
|
||||
<spec>:addo<oa>ns</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Show available &liberator.host; Extensions and Themes.
|
||||
Show available &dactyl.host; Extensions and Themes.
|
||||
You can add/remove/disable browser extensions from this dialog.
|
||||
Be aware that not all &liberator.host; extensions work, because &liberator.appname; overrides
|
||||
some key bindings and changes &liberator.host;'s GUI.
|
||||
Be aware that not all &dactyl.host; extensions work, because &dactyl.appname; overrides
|
||||
some key bindings and changes &dactyl.host;'s GUI.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -52,13 +52,13 @@
|
||||
|
||||
<item>
|
||||
<tags>:dia :dialog</tags>
|
||||
<spec>:dia<oa>log</oa> <oa>&liberator.host;-dialog</oa></spec>
|
||||
<spec>:dia<oa>log</oa> <oa>&dactyl.host;-dialog</oa></spec>
|
||||
<description>
|
||||
<p>Open a &liberator.host; dialog.</p>
|
||||
<p>Open a &dactyl.host; dialog.</p>
|
||||
|
||||
<p>Available dialogs:</p>
|
||||
<dl tag="dialog-list">
|
||||
<dt>about</dt> <dd>About Mozilla &liberator.host;;</dd>
|
||||
<dt>about</dt> <dd>About Mozilla &dactyl.host;;</dd>
|
||||
<dt>addbookmark</dt> <dd>Add bookmark for the current page</dd>
|
||||
<dt>addons</dt> <dd>Manage Add-ons</dd>
|
||||
<dt>bookmarks</dt> <dd>List your bookmarks</dd>
|
||||
@@ -75,7 +75,7 @@
|
||||
<dt>pageinfo</dt> <dd>Show information about the current page</dd>
|
||||
<dt>pagesource</dt> <dd>View page source</dd>
|
||||
<dt>places</dt> <dd>Places Organizer: Manage your bookmarks and history</dd>
|
||||
<dt>preferences</dt> <dd>Show &liberator.host; preferences dialog</dd>
|
||||
<dt>preferences</dt> <dd>Show &dactyl.host; preferences dialog</dd>
|
||||
<dt>printpreview</dt> <dd>Preview the page before printing</dd>
|
||||
<dt>printsetup</dt> <dd>Setup the page size and orientation before printing</dd>
|
||||
<dt>print</dt> <dd>Show print dialog</dd>
|
||||
@@ -93,7 +93,7 @@
|
||||
<spec>:downl<oa>oads</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Show progress of current downloads. Open the original &liberator.host; download dialog
|
||||
Show progress of current downloads. Open the original &dactyl.host; download dialog
|
||||
in a new tab. Here, downloads can be paused, canceled and resumed.
|
||||
</p>
|
||||
</description>
|
||||
@@ -191,7 +191,7 @@
|
||||
<description>
|
||||
<p>
|
||||
Open the sidebar window. <a>name</a> is any of the menu items listed under the
|
||||
standard &liberator.host; View->Sidebar menu. Add-ons, Preferences and Downloads are
|
||||
standard &dactyl.host; View->Sidebar menu. Add-ons, Preferences and Downloads are
|
||||
also available in the sidebar.
|
||||
</p>
|
||||
</description>
|
||||
@@ -231,7 +231,7 @@
|
||||
</li>
|
||||
<li>
|
||||
Security: The security information button is displayed when appropriate
|
||||
as per &liberator.host;. The color of the status bar also changes to reflect the
|
||||
as per &dactyl.host;. The color of the status bar also changes to reflect the
|
||||
current security status of the loaded page.
|
||||
<ul>
|
||||
<li>black – the site's identity is unverified and the connection is unencrypted</li>
|
||||
@@ -242,7 +242,7 @@
|
||||
</li>
|
||||
<li>
|
||||
Extensions: Any extension buttons that would normally be installed to the
|
||||
&liberator.host; status bar are appended to the end of the status line.
|
||||
&dactyl.host; status bar are appended to the end of the status line.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="hints"
|
||||
title="&liberator.appname; Hints"
|
||||
title="&dactyl.appname; Hints"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="quick-hints hints">Hints</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
Hints are the way in which &liberator.appname; allows you to follow links on a page. By
|
||||
Hints are the way in which &dactyl.appname; allows you to follow links on a page. By
|
||||
providing each link with a suitable hint, you can access all links with a
|
||||
similar amount of minimal effort. This contrasts strongly with the traditional
|
||||
approaches offered by the mouse, in which you must first find and then aim for
|
||||
@@ -47,7 +47,7 @@ tedious unless you always visit the first link on a page.
|
||||
Start QuickHint mode, but open link in a new tab. Like normal QuickHint
|
||||
mode (activated with <k>f</k>) but opens the link in a new tab. The new
|
||||
tab will be loaded in background according to the
|
||||
<str>browser.tabs.loadInBackground</str> &liberator.host; preference.
|
||||
<str>browser.tabs.loadInBackground</str> &dactyl.host; preference.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="index"
|
||||
title="&liberator.appname; Index"
|
||||
title="&dactyl.appname; Index"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="index">Index</h1>
|
||||
@@ -37,7 +37,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><k name="C-u"/></dt> <dd>Scroll window upwards in the buffer</dd>
|
||||
<dt><k name="C-v"/></dt> <dd>Pass through next key</dd>
|
||||
<dt><k name="C-x"/></dt> <dd>Decrement last number in URL</dd>
|
||||
<dt><k name="C-z"/></dt> <dd>Temporarily ignore all &liberator.appname; key bindings</dd>
|
||||
<dt><k name="C-z"/></dt> <dd>Temporarily ignore all &dactyl.appname; key bindings</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -258,7 +258,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:delmarks</ex></dt> <dd>Delete the specified marks</dd>
|
||||
<dt><ex>:delqmarks</ex></dt> <dd>Delete the specified QuickMarks</dd>
|
||||
<dt><ex>:delstyle</ex></dt> <dd>Delete any matching styles</dd>
|
||||
<dt><ex>:dialog</ex></dt> <dd>Open a &liberator.host; dialog</dd>
|
||||
<dt><ex>:dialog</ex></dt> <dd>Open a &dactyl.host; dialog</dd>
|
||||
<dt><ex>:doautoall</ex></dt> <dd>Apply the autocommands matching the specified URL to all buffers</dd>
|
||||
<dt><ex>:doautocmd</ex></dt> <dd>Apply the autocommands matching the specified URL to the current buffer</dd>
|
||||
<dt><ex>:downloads</ex></dt> <dd>Show progress of current downloads</dd>
|
||||
@@ -280,7 +280,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:hardcopy</ex></dt> <dd>Print current document</dd>
|
||||
<dt><ex>:help</ex></dt> <dd>Open the help page</dd>
|
||||
<dt><ex>:helpall</ex></dt> <dd>Open the single unchunked help page</dd>
|
||||
<dt><ex>:highlight</ex></dt> <dd>Style &liberator.appname;</dd>
|
||||
<dt><ex>:highlight</ex></dt> <dd>Style &dactyl.appname;</dd>
|
||||
<dt><ex>:history</ex></dt> <dd>Show recently visited URLs</dd>
|
||||
<dt><ex>:iabbrev</ex></dt> <dd>Abbreviate a key sequence in Insert mode</dd>
|
||||
<dt><ex>:iabclear</ex></dt> <dd>Remove all abbreviations in Insert mode</dd>
|
||||
@@ -301,7 +301,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:marks</ex></dt> <dd>Show all location marks of current web page</dd>
|
||||
<dt><ex>:messages</ex></dt> <dd>Display previously given messages</dd>
|
||||
<dt><ex>:messclear</ex></dt> <dd>Clear the message history</dd>
|
||||
<dt><ex>:mk&liberator.name;rc</ex></dt> <dd>Write current key mappings and changed options to the config file</dd>
|
||||
<dt><ex>:mk&dactyl.name;rc</ex></dt> <dd>Write current key mappings and changed options to the config file</dd>
|
||||
<dt><ex>:nmap</ex></dt> <dd>Map a key sequence in Normal mode</dd>
|
||||
<dt><ex>:nmapclear</ex></dt> <dd>Remove all mappings in Normal mode</dd>
|
||||
<dt><ex>:nnoremap</ex></dt> <dd>Map a key sequence without remapping keys in Normal mode</dd>
|
||||
@@ -314,12 +314,12 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:pageinfo</ex></dt> <dd>Show various page information</dd>
|
||||
<dt><ex>:pagestyle</ex></dt> <dd>Select the author style sheet to apply</dd>
|
||||
<dt><ex>:play</ex></dt> <dd>Replay a recorded macro</dd>
|
||||
<dt><ex>:preferences</ex></dt> <dd>Show &liberator.host; preferences dialog</dd>
|
||||
<dt><ex>:preferences</ex></dt> <dd>Show &dactyl.host; preferences dialog</dd>
|
||||
<dt><ex>:pwd</ex></dt> <dd>Print the current directory name</dd>
|
||||
<dt><ex>:qmark</ex></dt> <dd>Mark a URL with a letter for quick access</dd>
|
||||
<dt><ex>:qmarks</ex></dt> <dd>Show all QuickMarks</dd>
|
||||
<dt><ex>:quit</ex></dt> <dd>Quit current tab</dd>
|
||||
<dt><ex>:quitall</ex></dt> <dd>Quit &liberator.appname;</dd>
|
||||
<dt><ex>:quitall</ex></dt> <dd>Quit &dactyl.appname;</dd>
|
||||
<dt><ex>:redraw</ex></dt> <dd>Redraw the screen</dd>
|
||||
<dt><ex>:reload</ex></dt> <dd>Reload the current web page</dd>
|
||||
<dt><ex>:reloadall</ex></dt> <dd>Reload all tab pages</dd>
|
||||
@@ -337,7 +337,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:source</ex></dt> <dd>Read Ex commands from a file</dd>
|
||||
<dt><ex>:stop</ex></dt> <dd>Stop loading the current web page</dd>
|
||||
<dt><ex>:stopall</ex></dt> <dd>Stop loading all tab pages</dd>
|
||||
<dt><ex>:style</ex></dt> <dd>Style &liberator.appname; and web sites</dd>
|
||||
<dt><ex>:style</ex></dt> <dd>Style &dactyl.appname; and web sites</dd>
|
||||
<dt><ex>:styledisable</ex></dt> <dd>Disable a user style sheet</dd>
|
||||
<dt><ex>:styleenable</ex></dt> <dd>Enable a user style sheet</dd>
|
||||
<dt><ex>:styletoggle</ex></dt> <dd>Toggle a user style sheet</dd>
|
||||
@@ -392,7 +392,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><o>eventignore</o></dt> <dd>List of autocommand event names which should be ignored</dd>
|
||||
<dt><o>exrc</o></dt> <dd>Allow reading of an RC file in the current directory</dd>
|
||||
<dt><o>extendedhinttags</o></dt> <dd>XPath string of hintable elements activated by <k>;</k></dd>
|
||||
<dt><o>fileencoding</o></dt> <dd>Changes the character encoding that &liberator.appname; uses to read and write files</dd>
|
||||
<dt><o>fileencoding</o></dt> <dd>Changes the character encoding that &dactyl.appname; uses to read and write files</dd>
|
||||
<dt><o>followhints</o></dt> <dd>Change the behaviour of <k name="Return"/> in Hints mode</dd>
|
||||
<dt><o>fullscreen</o></dt> <dd>Show the current window fullscreen</dd>
|
||||
<dt><o>guioptions</o></dt> <dd>Show or hide certain GUI elements like the menu or toolbar</dd>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="insert"
|
||||
title="&liberator.appname; Insert Mode"
|
||||
title="&dactyl.appname; Insert Mode"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="Insert-mode Insert mode-insert">Insert mode</h1>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="map"
|
||||
title="&liberator.appname; Key Mappings"
|
||||
title="&dactyl.appname; Key Mappings"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1>Key mappings, abbreviations, and user-defined commands</h1>
|
||||
@@ -33,12 +33,12 @@
|
||||
<li>Normal mode: When browsing normally</li>
|
||||
<li>Visual mode: When selecting text with the cursor keys</li>
|
||||
<li>Insert mode: When interacting with text fields on a website</li>
|
||||
<li>Command-line mode: When typing into the &liberator.appname; command line</li>
|
||||
<li>Command-line mode: When typing into the &dactyl.appname; command line</li>
|
||||
</ul>
|
||||
|
||||
<warning>
|
||||
Mappings are NOT saved between sessions, make sure you put them in your
|
||||
&liberator.name;rc file!
|
||||
&dactyl.name;rc file!
|
||||
</warning>
|
||||
|
||||
<h3 tag=":map-commands">Map commands</h3>
|
||||
@@ -279,7 +279,7 @@
|
||||
<h2 tag="abbreviations">Abbreviations</h2>
|
||||
|
||||
<p>
|
||||
&liberator.appname; can automatically replace words identified as abbreviations,
|
||||
&dactyl.appname; can automatically replace words identified as abbreviations,
|
||||
which may be used to save typing or to correct commonly misspelled
|
||||
words. An abbreviation can be one of three types that are defined by the
|
||||
types of constituent characters. Whitespace and quotes are non-keyword
|
||||
@@ -475,7 +475,7 @@
|
||||
<dt>buffer</dt> <dd>buffers</dd>
|
||||
<dt>color</dt> <dd>color schemes</dd>
|
||||
<dt>command</dt> <dd>Ex commands</dd>
|
||||
<dt>dialog</dt> <dd>&liberator.host; dialogs</dd>
|
||||
<dt>dialog</dt> <dd>&dactyl.host; dialogs</dd>
|
||||
<dt>dir</dt> <dd>directories</dd>
|
||||
<dt>environment</dt> <dd>environment variables</dd>
|
||||
<dt>event</dt> <dd>autocommand events</dd>
|
||||
@@ -486,8 +486,8 @@
|
||||
<dt>macro</dt> <dd>named macros</dd>
|
||||
<dt>mapping</dt> <dd>user mappings</dd>
|
||||
<dt>menu</dt> <dd>menu items</dd>
|
||||
<dt>option</dt> <dd>&liberator.appname; options</dd>
|
||||
<dt>preference</dt> <dd>&liberator.host; preferences</dd>
|
||||
<dt>option</dt> <dd>&dactyl.appname; options</dd>
|
||||
<dt>preference</dt> <dd>&dactyl.host; preferences</dd>
|
||||
<dt>search</dt> <dd>search engines and keywords</dd>
|
||||
<dt>shellcmd</dt> <dd>shell commands</dd>
|
||||
<dt>sidebar</dt> <dd>sidebar panels</dd>
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="marks"
|
||||
title="&liberator.appname; Marks"
|
||||
title="&dactyl.appname; Marks"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="different-marks marks">Marks</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
&liberator.appname; supports a number of different marks:
|
||||
&dactyl.appname; supports a number of different marks:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Bookmarks which allow you to mark a web page as one of your favorites for easy access.</li>
|
||||
<li>QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or groups of web sites) which you visit most often.</li>
|
||||
<li>Local marks to store the position within a web page.</li>
|
||||
<li>History is also a special type of marks, as &liberator.appname; automatically remembers sites which you have visited in the past.</li>
|
||||
<li>History is also a special type of marks, as &dactyl.appname; automatically remembers sites which you have visited in the past.</li>
|
||||
</ul>
|
||||
|
||||
<h1 tag="bookmarks">Bookmarks</h1>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="message"
|
||||
title="&liberator.appname; Messages"
|
||||
title="&dactyl.appname; Messages"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="messages">Error and informational messages</h1>
|
||||
@@ -14,7 +14,7 @@
|
||||
<tags>message-history</tags>
|
||||
|
||||
<p>
|
||||
&liberator.appname; stores all info and error messages in a message
|
||||
&dactyl.appname; stores all info and error messages in a message
|
||||
history. The type of info messages output can be controlled by
|
||||
the <o>verbose</o> option. The number of stored messages can be set
|
||||
with the <o>messages</o> option.
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="options"
|
||||
title="&liberator.appname; Options"
|
||||
title="&dactyl.appname; Options"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="options">Options</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
&liberator.appname; has a number of internal variables and switches which can be set to
|
||||
&dactyl.appname; has a number of internal variables and switches which can be set to
|
||||
achieve special effects. These options come in 5 forms:
|
||||
</p>
|
||||
|
||||
@@ -227,19 +227,19 @@
|
||||
character) or <em>$<a>VAR</a></em>. <em>%VAR%</em> is also supported on Windows.
|
||||
</p>
|
||||
|
||||
<h2 tag="&liberator.host;-options preferences">Setting &liberator.host; options</h2>
|
||||
<h2 tag="&dactyl.host;-options preferences">Setting &dactyl.host; options</h2>
|
||||
|
||||
<p>&liberator.host; options can be viewed and set with the following commands:</p>
|
||||
<p>&dactyl.host; options can be viewed and set with the following commands:</p>
|
||||
|
||||
<item>
|
||||
<tags>:prefs :preferences</tags>
|
||||
<spec>:pref[erences]</spec>
|
||||
<description>
|
||||
<p>
|
||||
Show the &liberator.host; preferences dialog. You can change the browser
|
||||
preferences from this dialog. Be aware that not all &liberator.host;
|
||||
preferences work, because &liberator.appname; overrides some key bindings and
|
||||
changes &liberator.host;'s GUI.
|
||||
Show the &dactyl.host; preferences dialog. You can change the browser
|
||||
preferences from this dialog. Be aware that not all &dactyl.host;
|
||||
preferences work, because &dactyl.appname; overrides some key bindings and
|
||||
changes &dactyl.host;'s GUI.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -249,7 +249,7 @@
|
||||
<spec>:pref[erences]!</spec>
|
||||
<description>
|
||||
<p>
|
||||
Opens about:config in the current tab where you can change advanced &liberator.host;
|
||||
Opens about:config in the current tab where you can change advanced &dactyl.host;
|
||||
preferences.
|
||||
</p>
|
||||
</description>
|
||||
@@ -260,7 +260,7 @@
|
||||
<spec>:se[t]! <a>preference</a>=<a>value</a></spec>
|
||||
<description>
|
||||
<p>
|
||||
Change any &liberator.host; <a>preference</a> (those in the about:config
|
||||
Change any &dactyl.host; <a>preference</a> (those in the about:config
|
||||
window). You can also reset/delete those preferences with
|
||||
<ex>:set! <a>preference</a>&</ex>.
|
||||
</p>
|
||||
@@ -270,7 +270,7 @@
|
||||
<tags>overridden-preferences</tags>
|
||||
|
||||
<p>
|
||||
&liberator.appname; sets several &liberator.host; preferences at startup. If this is undesirable,
|
||||
&dactyl.appname; sets several &dactyl.host; preferences at startup. If this is undesirable,
|
||||
they can be changed to a different value in your RC file using
|
||||
<ex>:set! <a>preference</a>=<a>value</a></ex>
|
||||
</p>
|
||||
@@ -371,7 +371,7 @@
|
||||
<dl>
|
||||
<dt>s</dt> <dd>Search engines and keyword URLs</dd>
|
||||
<dt>f</dt> <dd>Local files</dd>
|
||||
<dt>l</dt> <dd>&liberator.host; location bar entries (bookmarks and history sorted in an intelligent way)</dd>
|
||||
<dt>l</dt> <dd>&dactyl.host; location bar entries (bookmarks and history sorted in an intelligent way)</dd>
|
||||
<dt>b</dt> <dd>Bookmarks</dd>
|
||||
<dt>h</dt> <dd>History</dd>
|
||||
<dt>S</dt> <dd>Search engine suggestions</dd>
|
||||
@@ -410,7 +410,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If <o>defsearch</o> is empty, then &liberator.host; will always attempt to
|
||||
If <o>defsearch</o> is empty, then &dactyl.host; will always attempt to
|
||||
open the raw [arg].
|
||||
</p>
|
||||
</description>
|
||||
@@ -430,7 +430,7 @@
|
||||
</p>
|
||||
|
||||
<warning>
|
||||
&liberator.appname; will not behave correctly if the editor forks its own
|
||||
&dactyl.appname; will not behave correctly if the editor forks its own
|
||||
process, such as with gvim without the -f argument.
|
||||
</warning>
|
||||
</description>
|
||||
@@ -513,7 +513,7 @@
|
||||
<type>string</type>
|
||||
<default>UTF-8</default>
|
||||
<description>
|
||||
<p>Changes the character encoding that &liberator.appname; uses to read and write files.</p>
|
||||
<p>Changes the character encoding that &dactyl.appname; uses to read and write files.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -644,7 +644,7 @@
|
||||
<dt>contains</dt> <dd>The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link.</dd>
|
||||
<dt>wordstartswith</dt> <dd>The typed characters are matched with the beginning of the first word (see <o>wordseparators</o>) in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link.</dd>
|
||||
<dt>firstletters</dt> <dd>Behaves like wordstartswith, but non-matching words aren't overleaped.</dd>
|
||||
<dt>custom</dt> <dd>Delegate to a custom function: liberator.plugins.customHintMatcher(hintString)</dd>
|
||||
<dt>custom</dt> <dd>Delegate to a custom function: dactyl.plugins.customHintMatcher(hintString)</dd>
|
||||
</dl>
|
||||
</description>
|
||||
</item>
|
||||
@@ -756,7 +756,7 @@
|
||||
<description>
|
||||
<p>
|
||||
Use Insert mode as the default for text areas. This is useful if you
|
||||
want to use the known &liberator.host; interface for editing text areas.
|
||||
want to use the known &dactyl.host; interface for editing text areas.
|
||||
Input fields default to this behaviour irrespective of this option's
|
||||
setting.
|
||||
</p>
|
||||
@@ -814,9 +814,9 @@
|
||||
<description>
|
||||
<p>
|
||||
Load plugin scripts when starting up. When on, yet unloaded plugins
|
||||
are automatically loaded after the &liberator.name;rc file has been
|
||||
are automatically loaded after the &dactyl.name;rc file has been
|
||||
sourced. To load plugins earlier, use the <ex>:loadplugins</ex>
|
||||
command within the &liberator.name;rc.
|
||||
command within the &dactyl.name;rc.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -962,7 +962,7 @@
|
||||
effective.
|
||||
</p>
|
||||
|
||||
<note>This option does not change the popup blocker of &liberator.host; in any way.</note>
|
||||
<note>This option does not change the popup blocker of &dactyl.host; in any way.</note>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -985,13 +985,13 @@
|
||||
|
||||
|
||||
<item>
|
||||
<tags>$&liberator.idname;_RUNTIME</tags>
|
||||
<tags>$&dactyl.idname;_RUNTIME</tags>
|
||||
<tags>'rtp' 'runtimepath'</tags>
|
||||
<spec>'runtimepath' 'rtp'</spec>
|
||||
<type>stringlist</type>
|
||||
<default type="plain"><str>$&liberator.idname;_RUNTIME</str> or
|
||||
Unix, Mac: <str>~/.&liberator.name;</str>,
|
||||
Windows: <str>~/&liberator.name;</str></default>
|
||||
<default type="plain"><str>$&dactyl.idname;_RUNTIME</str> or
|
||||
Unix, Mac: <str>~/.&dactyl.name;</str>,
|
||||
Windows: <str>~/&dactyl.name;</str></default>
|
||||
<description>
|
||||
<p>List of directories searched for runtime files:</p>
|
||||
|
||||
@@ -1003,17 +1003,17 @@
|
||||
|
||||
<p>Example:</p>
|
||||
|
||||
<code><ex>:set runtimepath=<str>~/my&liberator.name;,~/.&liberator.name;</str></ex></code>
|
||||
<code><ex>:set runtimepath=<str>~/my&dactyl.name;,~/.&dactyl.name;</str></ex></code>
|
||||
|
||||
<p>
|
||||
This will search for plugins in both
|
||||
<str>~/my&liberator.name;/plugin</str> and
|
||||
<str>~/.&liberator.name;/plugin</str>
|
||||
<str>~/my&dactyl.name;/plugin</str> and
|
||||
<str>~/.&dactyl.name;/plugin</str>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
On startup, if the environment variable <em>$&liberator.idname;_RUNTIME</em> does not
|
||||
exist, &liberator.appname; will set it to match this value.
|
||||
On startup, if the environment variable <em>$&dactyl.idname;_RUNTIME</em> does not
|
||||
exist, &dactyl.appname; will set it to match this value.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -1212,15 +1212,15 @@
|
||||
<tags>'titlestring'</tags>
|
||||
<spec>'titlestring'</spec>
|
||||
<type>string</type>
|
||||
<default>&liberator.appname;</default>
|
||||
<default>&dactyl.appname;</default>
|
||||
<description>
|
||||
<p>
|
||||
Change the title of the browser window. &liberator.appname; changes the
|
||||
browser title from <str>Title of web page - Mozilla &liberator.host;</str>
|
||||
to <str>Title of web page - &liberator.appname;</str>. If you don't like
|
||||
Change the title of the browser window. &dactyl.appname; changes the
|
||||
browser title from <str>Title of web page - Mozilla &dactyl.host;</str>
|
||||
to <str>Title of web page - &dactyl.appname;</str>. If you don't like
|
||||
that, you can restore it with:
|
||||
</p>
|
||||
<code><ex>:set titlestring=<str>Mozilla &liberator.host;</str></ex></code>
|
||||
<code><ex>:set titlestring=<str>Mozilla &dactyl.host;</str></ex></code>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -1266,7 +1266,7 @@
|
||||
<description>
|
||||
<p>
|
||||
Define which info messages are displayed. When bigger than zero,
|
||||
&liberator.appname; will give messages about what it is doing. These can be
|
||||
&dactyl.appname; will give messages about what it is doing. These can be
|
||||
viewed at any time with the <ex>:messages</ex> command. The highest
|
||||
value is 15, being the most verbose mode.
|
||||
</p>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="pattern"
|
||||
title="&liberator.appname; Patterns"
|
||||
title="&dactyl.appname; Patterns"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="text-search-commands">Text search commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
&liberator.appname; provides a Vim-like interface to &liberator.host;'s standard text search
|
||||
&dactyl.appname; provides a Vim-like interface to &dactyl.host;'s standard text search
|
||||
functionality. There is no support for using regular expressions in search
|
||||
commands as &liberator.host; does not provide native regex support. It is unlikely that
|
||||
commands as &dactyl.host; does not provide native regex support. It is unlikely that
|
||||
this will ever be available.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="print"
|
||||
title="&liberator.appname; Printing"
|
||||
title="&dactyl.appname; Printing"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="printing">Printing</h1>
|
||||
@@ -34,7 +34,7 @@
|
||||
</item>
|
||||
|
||||
|
||||
<h2 tag="&liberator.host;-print-dialogs">&liberator.host; printing dialogs</h2>
|
||||
<h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
|
||||
|
||||
<p>
|
||||
The "Print Preview" and "Page Setup" dialogs can be opened via the <ex>:dialog</ex>
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="repeat"
|
||||
title="&liberator.appname; Repeating Commands"
|
||||
title="&dactyl.appname; Repeating Commands"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="repeating">Repeating commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>&liberator.appname; can repeat a number of commands and record macros.</p>
|
||||
<p>&dactyl.appname; can repeat a number of commands and record macros.</p>
|
||||
|
||||
<h2 tag="single-repeat">Single repeats</h2>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<description>
|
||||
<p>
|
||||
Repeat the last keyboard mapping <oa>count</oa> times. Note that, unlike in Vim, this
|
||||
does not apply solely to editing commands, mainly because &liberator.appname; doesn't
|
||||
does not apply solely to editing commands, mainly because &dactyl.appname; doesn't
|
||||
have them.
|
||||
</p>
|
||||
</description>
|
||||
@@ -139,8 +139,8 @@ function hello2() {
|
||||
<p>are only available within the scope of the script.</p>
|
||||
|
||||
<p>
|
||||
The <tt>.&liberator.name;rc</tt> file in your home directory and any
|
||||
files in <tt>~/.&liberator.name;/plugin/</tt> are always
|
||||
The <tt>.&dactyl.name;rc</tt> file in your home directory and any
|
||||
files in <tt>~/.&dactyl.name;/plugin/</tt> are always
|
||||
sourced at startup. <tt>~</tt> is supported as a
|
||||
shortcut for the <tt>$HOME</tt> directory. If <oa>!</oa> is
|
||||
specified, errors are not printed.
|
||||
@@ -155,10 +155,10 @@ function hello2() {
|
||||
<description>
|
||||
<p>
|
||||
Load all unloaded plugins immediately. Because plugins are automatically
|
||||
loaded after &liberator.name;rc is sourced, this command must be placed early
|
||||
in the &liberator.name;rc file if &liberator.name;rc also includes commands that are
|
||||
loaded after &dactyl.name;rc is sourced, this command must be placed early
|
||||
in the &dactyl.name;rc file if &dactyl.name;rc also includes commands that are
|
||||
implemented by plugins. Additionally, this command allows for sourcing
|
||||
new plugins without restarting &liberator.appname;.
|
||||
new plugins without restarting &dactyl.appname;.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -194,7 +194,7 @@ function hello2() {
|
||||
<spec>:fini<oa>sh</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Stop sourcing a script file. This can only be called from within a &liberator.appname;
|
||||
Stop sourcing a script file. This can only be called from within a &dactyl.appname;
|
||||
script file.
|
||||
</p>
|
||||
</description>
|
||||
@@ -213,7 +213,7 @@ function hello2() {
|
||||
which might be slow, so take the results with a grain of salt.
|
||||
</p>
|
||||
|
||||
<p>If <a>code</a> starts with a <ex>:</ex>, it is executed as a &liberator.appname; command.</p>
|
||||
<p>If <a>code</a> starts with a <ex>:</ex>, it is executed as a &dactyl.appname; command.</p>
|
||||
|
||||
<p>
|
||||
Use the special version with <oa>!</oa> if you just want to run any command multiple
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="starting"
|
||||
title="&liberator.appname; Starting"
|
||||
title="&dactyl.appname; Starting"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="starting">Starting &liberator.appname;</h1>
|
||||
<h1 tag="starting">Starting &dactyl.appname;</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<tags>startup-options</tags>
|
||||
|
||||
<p>
|
||||
Command-line options can be passed to &liberator.appname; via the -&liberator.name; &liberator.host;
|
||||
Command-line options can be passed to &dactyl.appname; via the -&dactyl.name; &dactyl.host;
|
||||
option. These are passed as single string argument.
|
||||
E.g., &liberator.hostbin; -&liberator.name; <str>++cmd 'set exrc' +u 'tempRcFile' ++noplugin</str>
|
||||
E.g., &dactyl.hostbin; -&dactyl.name; <str>++cmd 'set exrc' +u 'tempRcFile' ++noplugin</str>
|
||||
</p>
|
||||
|
||||
<item>
|
||||
@@ -72,24 +72,24 @@
|
||||
|
||||
<h2 tag="initialization startup">Initialization</h2>
|
||||
|
||||
<p>At startup, &liberator.appname; completes the following tasks in order. </p>
|
||||
<p>At startup, &dactyl.appname; completes the following tasks in order. </p>
|
||||
|
||||
<ol>
|
||||
<li> &liberator.appname; can perform user initialization commands. When
|
||||
<li> &dactyl.appname; can perform user initialization commands. When
|
||||
one of the following is successfully located, it is executed,
|
||||
and no further locations are tried.
|
||||
|
||||
<ol>
|
||||
<li tag="$&liberator.idname;_INIT">
|
||||
<em>$&liberator.idname;_INIT</em> — May contain a single Ex command (e.g.,
|
||||
<li tag="$&dactyl.idname;_INIT">
|
||||
<em>$&dactyl.idname;_INIT</em> — May contain a single Ex command (e.g.,
|
||||
"<ex>:source <a>file</a></ex>").
|
||||
</li>
|
||||
<li tag="$MY_&liberator.idname;RC">
|
||||
<em>~/&liberator.name;rc</em> — Windows only. If this file exists, its contents
|
||||
are executed and <em>$MY_&liberator.idname;RC</em> set to its path.
|
||||
<li tag="$MY_&dactyl.idname;RC">
|
||||
<em>~/&dactyl.name;rc</em> — Windows only. If this file exists, its contents
|
||||
are executed and <em>$MY_&dactyl.idname;RC</em> set to its path.
|
||||
</li>
|
||||
<li>
|
||||
<em>~/.&liberator.name;rc</em> — If this file exists, its contents are executed.
|
||||
<em>~/.&dactyl.name;rc</em> — If this file exists, its contents are executed.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
@@ -121,7 +121,7 @@ The user's ~ (i.e., "home") directory is determined as follows:
|
||||
<ul>
|
||||
<li>On Unix and Mac, the environment variable <em>$HOME</em> is used.</li>
|
||||
<li>
|
||||
On Windows, &liberator.appname; checks for the existence of
|
||||
On Windows, &dactyl.appname; checks for the existence of
|
||||
<em>%HOME%</em>, then <em>%USERPROFILE%</em>, and then
|
||||
<em>%HOMEDRIVE%%HOMEPATH%</em>. It uses the first one it
|
||||
finds.
|
||||
@@ -131,13 +131,13 @@ The user's ~ (i.e., "home") directory is determined as follows:
|
||||
<h2 tag="save-settings">Saving settings</h2>
|
||||
|
||||
<item>
|
||||
<tags>:mkv :mk&liberator.name;rc</tags>
|
||||
<tags>:mkv :mk&dactyl.name;rc</tags>
|
||||
<spec>:mkv<oa>imperatorrc</oa><oa>!</oa> <oa>file</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Write current key mappings and changed options to <oa>file</oa>. If no
|
||||
<oa>file</oa> is specified then <em>~/.&liberator.name;rc</em> is written unless this file
|
||||
already exists. The special version <ex>:mk&liberator.name;rc!</ex> will overwrite
|
||||
<oa>file</oa> is specified then <em>~/.&dactyl.name;rc</em> is written unless this file
|
||||
already exists. The special version <ex>:mk&dactyl.name;rc!</ex> will overwrite
|
||||
<oa>file</oa> if it exists.
|
||||
</p>
|
||||
|
||||
@@ -155,7 +155,7 @@ The user's ~ (i.e., "home") directory is determined as follows:
|
||||
<tags>:res :restart</tags>
|
||||
<spec>:res<oa>tart</oa></spec>
|
||||
<description>
|
||||
<p>Force &liberator.host; to restart. Useful when installing extensions.</p>
|
||||
<p>Force &dactyl.host; to restart. Useful when installing extensions.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="styling"
|
||||
title="&liberator.appname; Styling"
|
||||
title="&dactyl.appname; Styling"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="styling">Styling the GUI and web pages</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
&liberator.appname; allows you to style both the browser and any web pages you view. All
|
||||
&dactyl.appname; allows you to style both the browser and any web pages you view. All
|
||||
styling is specified via CSS. Although you may style any user interface element
|
||||
via the <ex>:style</ex> command, most &liberator.appname; elements can be styled with the
|
||||
via the <ex>:style</ex> command, most &dactyl.appname; elements can be styled with the
|
||||
<ex>:highlight</ex> command, for convenience.
|
||||
</p>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
Highlight <a>group</a> with <a>css</a>. <a>css</a> is one or more comma separated CSS
|
||||
declarations (E.g. <em>color: blue; background-color: red</em>). Normally, <a>css</a> is
|
||||
checked for valid syntax before it's applied. Once you're certain it's valid,
|
||||
<oa>!</oa> can be used to skip the check to speed up &liberator.appname; startup. <a>selector</a>
|
||||
<oa>!</oa> can be used to skip the check to speed up &dactyl.appname; startup. <a>selector</a>
|
||||
can be any valid CSS selector, such as <ex>:hover</ex>, and, if provided, will
|
||||
restrict the match to matching elements.
|
||||
</p>
|
||||
@@ -51,7 +51,7 @@
|
||||
<p>Valid groups are:</p>
|
||||
|
||||
<dl>
|
||||
<dt>Bell</dt> <dd>&liberator.appname;'s visual bell</dd>
|
||||
<dt>Bell</dt> <dd>&dactyl.appname;'s visual bell</dd>
|
||||
<dt>Boolean</dt> <dd>A JavaScript Boolean object</dd>
|
||||
<dt>CmdLine</dt> <dd>The command line</dd>
|
||||
<dt>CmdOutput</dt> <dd></dd>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="tabs"
|
||||
title="&liberator.appname; Tabs"
|
||||
title="&dactyl.appname; Tabs"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="tabs">Tabs</h1>
|
||||
@@ -355,7 +355,7 @@ See <t>opening</t> for other ways to open new tabs.
|
||||
<spec>:undoa<oa>ll</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Undo closing of all closed tabs. &liberator.host; stores up to 10 closed tabs, even
|
||||
Undo closing of all closed tabs. &dactyl.host; stores up to 10 closed tabs, even
|
||||
after a browser restart.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
||||
|
||||
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
|
||||
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<document
|
||||
name="various"
|
||||
title="&liberator.appname; Other"
|
||||
title="&dactyl.appname; Other"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1>Other help</h1>
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
<p>
|
||||
Warning: Input redirection (< foo) not done, also do not run commands which
|
||||
require stdin or it will hang &liberator.host;! It is possible to launch background
|
||||
require stdin or it will hang &dactyl.host;! It is possible to launch background
|
||||
processes, though (e.g. <ex>:! xterm &</ex>).
|
||||
</p>
|
||||
</description>
|
||||
@@ -147,7 +147,7 @@
|
||||
<spec>:ve<oa>rsion</oa><oa>!</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Show version information. You can show the &liberator.host; version page with
|
||||
Show version information. You can show the &dactyl.host; version page with
|
||||
<ex>:version!</ex>.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user