]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/editing.xml
Initial import of 1.0~b6
[dactyl.git] / common / locale / en-US / editing.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE document SYSTEM "dactyl://content/dtd">
5
6 <document
7     name="editing"
8     title="&dactyl.appName; Editing Text"
9     xmlns="&xmlns.dactyl;"
10     xmlns:html="&xmlns.html;">
11
12 <h1 tag="text-area text-field editing">Editing Text Fields</h1>
13 <toc start="2"/>
14
15 <p>
16     &dactyl.appName; provides several ways to edit text areas or input fields.
17     After switching focus to a text field, Insert mode or Text Edit mode is
18     activated, depending on your <o>insertmode</o> settings. You can also
19     use an <link topic="'editor'">external editor</link>.
20 </p>
21
22 <h2 tag="insert-mode insert">Insert mode</h2>
23
24 <p>
25     In Insert mode, all keys except for those described in the
26     <link topic="i-map-index">index</link> are passed directly to &dactyl.host;.
27 </p>
28
29
30 <h2 tag="text-edit-mode text-edit">Text Edit mode</h2>
31
32 <p>
33     Text Edit mode provides basic Vim-like text editing. It can be entered
34     from Insert mode by pressing <k name="C-t" mode="I"/> or started directly
35     when a text area is focused if <o>insertmode</o> is unset. See the
36     <link topic="t-map-index">index</link> for a list of currently supported
37     mappings.
38 </p>
39
40 </document>
41
42 <!-- vim:se sts=4 sw=4 et: -->