1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 06:22:26 +01:00
Files
pentadactyl-pm/common/locale/en-US/insert.xml

54 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<document
name="insert"
title="&dactyl.appName; Insert Mode"
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<h1 tag="Insert-mode Insert mode-insert">Insert mode</h1>
<toc start="2"/>
<!-- TODO: This makes no sense. Rewrite. -->
<p>
Insert mode is used to enter text in text boxes and text areas. When
the <o>insertmode</o> option is set, insert mode is immediately
entered when focusing a text area.
</p>
<item>
<tags>i_i</tags>
<spec>i_i</spec>
<description short="true">
<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>&lt;C-i></spec>
<description short="true">
<p>Launch the external editor. See the <o>editor</o> option.</p>
</description>
</item>
<item>
<tags><![CDATA[i_<C-]>]]></tags>
<spec>&lt;C-]></spec>
<description short="true">
<p>Expand an Insert-mode abbreviation.</p>
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->