summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/insert.xml
diff options
context:
space:
mode:
authorKris Maglione <jg@suckless.org>2009-10-21 04:46:29 -0400
committerKris Maglione <jg@suckless.org>2009-10-21 04:46:29 -0400
commit0d44d919bc83a023e359a632372f38b3ac009b35 (patch)
tree8a9166917c82e3bd94fc97d9952f4c0976c0edd8 /vimperator/locale/en-US/insert.xml
parent2add32c3f251c592927ef320d487d58d63e8c663 (diff)
downloadpentadactyl-0d44d919bc83a023e359a632372f38b3ac009b35.tar.gz
Replace asciidoc with native XSLT transforms.
--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
Diffstat (limited to 'vimperator/locale/en-US/insert.xml')
-rw-r--r--vimperator/locale/en-US/insert.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/vimperator/locale/en-US/insert.xml b/vimperator/locale/en-US/insert.xml
new file mode 100644
index 00000000..128bc3b2
--- /dev/null
+++ b/vimperator/locale/en-US/insert.xml
@@ -0,0 +1,50 @@
+<?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>&lt;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>&lt;C-]></spec>
+ <description>
+ <p>Expand an Insert-mode abbreviation.</p>
+ </description>
+</item>
+
+
+</document>
+<!-- vim:se sts=4 sw=4 et: -->