blob: 1ad5b62c0950368cd7172d5466780c006dd68942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?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 the
<link topic="t-map-index">index</link> for a list of currently supported
mappings.
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->
|