mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-19 23:44:12 +01:00
--HG-- branch : xslt rename : common/Makefile.common => common/Makefile rename : vimperator/components/about-handler.js => common/components/about-handler.js rename : vimperator/components/chrome-data.js => common/components/chrome-data.js rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
|
|
|
<!DOCTYPE document SYSTEM "chrome://liberator/locale/liberator.dtd">
|
|
|
|
<document
|
|
name="insert"
|
|
title="&appname; Insert Mode"
|
|
xmlns="http://vimperator.org/namespaces/liberator"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<h2 tag="Insert-mode Insert mode-insert">Insert mode</h2>
|
|
|
|
<p>
|
|
Insert mode is used to enter text in text boxes and text areas. When
|
|
<o>insertmode</o> is set, focusing on a text area immediately switches to
|
|
Insert mode.
|
|
</p>
|
|
|
|
<item>
|
|
<tags>i_i</tags>
|
|
<spec>i_i</spec>
|
|
<description>
|
|
<p>Starts Insert mode in text areas when <o>insertmode</o> is not set.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
|
|
<h2 tag="ins-special-keys">Insert-mode special keys</h2>
|
|
|
|
<item>
|
|
<tags><![CDATA[i_<C-i>]]></tags>
|
|
<spec><C-i></spec>
|
|
<description>
|
|
<p>Launch the external editor. See the <o>editor</o> option.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags><![CDATA[i_<C-]>]]></tags>
|
|
<spec><C-]></spec>
|
|
<description>
|
|
<p>Expand an Insert-mode abbreviation.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
</document>
|
|
<!-- vim:se sts=4 sw=4 et: -->
|