1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 00:02:28 +01:00
Files
pentadactyl-pm/common/locale/en-US/editing.xml
Štěpán Němec db14f13353 Slim down insert.xml again now that all mappings are described in the autogenerated index.
Rename it to editing.xml, as it describes text (area) editing in general, not
only Insert mode.

--HG--
rename : common/locale/en-US/insert.xml => common/locale/en-US/editing.xml
2011-02-20 23:31:05 +01:00

43 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
<!DOCTYPE document SYSTEM "dactyl://content/dtd">
<document
name="editing"
title="&dactyl.appName; Editing Text"
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<h1 tag="text-area text-field editing">Editing Text Fields</h1>
<toc start="2"/>
<p>
&dactyl.appName; provides several ways to edit text areas or input fields.
After switching focus to a text field, Insert mode or Text Edit mode is
activated, depending on your <o>insertmode</o> settings. You can also
use an <link topic="'editor'">external editor</link>.
</p>
<h2 tag="insert-mode insert">Insert mode</h2>
<p>
In Insert mode, all keys except for those described in the
<link topic="i-map-index">index</link> are passed directly to &dactyl.host;.
</p>
<h2 tag="text-edit-mode text-edit">Text Edit mode</h2>
<p>
Text Edit mode provides basic Vim-like text editing. It can be entered
from Insert mode by pressing <k name="C-t" mode="i"/> or started directly
when a text area is focused if <o>insertmode</o> is unset. See
<link topic="t-map-index">here</link> for a list of currently supported
mappings.
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->