summaryrefslogtreecommitdiff
path: root/common/locale/en-US/gui.xml
blob: 4c3d200142e4e5c512540e82fdd3fa14902dcbba (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<?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="gui"
    title="&dactyl.appName; GUI"
    xmlns="&xmlns.dactyl;"
    xmlns:dactyl="&xmlns.dactyl;"
    xmlns:html="&xmlns.html;">

<h1 tag="gui">&dactyl.host;'s GUI</h1>
<toc start="2"/>

<p>
    Although &dactyl.appName; offers access to the most frequently used
    &dactyl.host; functionality via Ex and Normal mode commands, there may be
    times when direct access to the &dactyl.host; GUI is required. For such
    eventualities, there are commands to access menu items and to launch
    standard &dactyl.host; dialogs.
</p>

<h2 tag="menu">Menus</h2>

<item>
    <tags>:emenu</tags>
    <strut/>
    <spec>:emenu <a>menu</a></spec>
    <description>
        <p>
            Execute <a>menu</a> from the command line. This command provides command-line access
            to all menu items available from the main &dactyl.host; menubar. <a>menu</a> is a
            hierarchical path to the menu item with each submenu separated by a period.
            E.g. <ex>:emenu File.Open File…</ex> launches the standard
            &dactyl.host; ‘Open File’ dialog.
        </p>
    </description>
</item>

<h2 tag="dialogs">Dialogs</h2>

<item>
    <tags>:ao :addo :addons</tags>
    <strut/>
    <spec>:addo<oa>ns</oa></spec>
    <description>
        <p>Opens the add-on list.</p>
    </description>
</item>

<item>
    <tags>:dia :dialog</tags>
    <spec>:dia<oa>log</oa> <oa>&dactyl.host;-dialog</oa></spec>
    <description>
        <p>Open a &dactyl.host; dialog. Available dialogs include:</p>

        <dl tag="dialog-list"/>
    </description>
</item>

<item>
    <tags>:dl :downl :downloads</tags>
    <strut/>
    <spec>:downl<oa>oads</oa></spec>
    <description>
        <p>
            Show progress of current downloads. Here, downloads can
            be paused, resumed, and canceled.
        </p>

        <p>Available options include:</p>

        <dl>
            <dt>-sort</dt> <dd>Sort order (see <o>downloadsort</o>) (short name: <em>-s</em>)</dd>
        </dl>
    </description>
</item>

<item>
    <tags>:dlc :dlclear</tags>
    <strut/>
    <spec>:dlc<oa>lear</oa></spec>
    <description>
        <p>Clear completed downloads.</p>
    </description>
</item>

<h2 tag="extensions add-ons">Add-ons</h2>

<p>
    The following commands manipulate the currently installed
    add-ons. With the exception of <ex>:extadd</ex>, they all except
    the following arguments:
</p>

<dl>
    <dt>-types</dt> <dd>The types of add-ons to operate on, the most
        common types being <tt>extension</tt>, <tt>theme</tt>, and <tt>plugin</tt> (short names <em>-type</em>,
        <em>-t</em>)</dd>
</dl>

<item>
    <tags>:exta :extadd</tags>
    <spec>:exta<oa>dd</oa> <a>file|url</a></spec>
    <strut/>
    <description>
        <p>
            Install an extension. <a>file|uri</a> must be the local file
            path or URL of an XPInstall (.xpi) file.
        </p>
    </description>
</item>

<item>
    <tags>:extde :extdelete</tags>
    <spec>:extde<oa>lete</oa> <a>extension</a></spec>
    <spec>:extde<oa>lete</oa>!</spec>
    <strut/>
    <description>
        <p>
            Uninstall an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given
            all extensions are uninstalled.
        </p>
    </description>
</item>

<item>
    <tags>:extd :extdisable</tags>
    <spec>:extd<oa>isable</oa> <a>extension</a></spec>
    <spec>:extd<oa>isable</oa>!</spec>
    <strut/>
    <description>
        <p>
            Disable an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given
            all extensions are disabled.
        </p>
    </description>
</item>

<item>
    <tags>:exte :extenable</tags>
    <spec>:exte<oa>nable</oa> <a>extension</a></spec>
    <spec>:exte<oa>nable</oa>!</spec>
    <strut/>
    <description>
        <p>
            Enable an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given all
            extensions are enabled.
        </p>
    </description>
</item>

<item>
    <tags>:exto :extoptions</tags>
    <spec>:exto<oa>ptions</oa><oa>!</oa> <a>extension</a></spec>
    <tags>:extp :extpreferences</tags>
    <spec>:extp<oa>references</oa><oa>!</oa> <a>extension</a></spec>
    <description>
        <p>
            Open the preferences dialog for an extension. If <oa>!</oa> is given, open a dialog,
            otherwise open a buffer. See also <o>newtab</o>.
        </p>
    </description>
</item>

<item>
    <tags>:extr :extrehash</tags>
    <spec>:extr<oa>ehash</oa> <a>extension</a></spec>
    <spec>:extr<oa>ehash</oa></spec>
    <description>
        <p>
            Toggle an extension's enabled status twice. This is useful for rebooting
            a restartless extension.
        </p>
    </description>
</item>

<item>
    <tags>:extt :exttoggle</tags>
    <spec>:extt<oa>oggle</oa> <a>extension</a></spec>
    <spec>:extt<oa>oggle</oa></spec>
    <description>
        <p>
            Toggle an extension's enabled status.
        </p>
    </description>
</item>

<item>
    <tags>:extu :extupdate</tags>
    <spec>:extu<oa>pdate</oa> <a>extension</a></spec>
    <spec>:extu<oa>pdate</oa><oa>!</oa></spec>
    <description>
        <p>
            Update an extension. When <oa>!</oa> is given, update all
            extensions.
        </p>
    </description>
</item>

<h2 tag="sidebar">Sidebar</h2>

<item>
    <tags>:sbcl :sbclose</tags>
    <spec>:sbcl<oa>ose</oa></spec>
    <description short="true">
        <p>Close the sidebar window.</p>
    </description>
</item>

<item>
    <tags>:sbope :sbopen :sb :sbar :sideb :sidebar</tags>
    <spec>:sidebar <a>name</a></spec>
    <description>
        <p>
            Open the sidebar window. <a>name</a> is any of the menu items listed under the
            standard &dactyl.host; View->Sidebar menu. Add-ons, Preferences and Downloads are
            also available in the sidebar.
        </p>
    </description>
</item>
<item>
    <spec>:sidebar! <oa>name</oa></spec>
    <description>
        <p>
            Toggle the sidebar window. When <oa>name</oa> is provided, the
            semantics are as follows: If the named sidebar is currently open,
            it is closed. Otherwise the named sidebar is opened. When
            <oa>name</oa> is not provided, the semantics are as follows: If the
            sidebar is currently open, it is closed. Otherwise the previously
            open sidebar panel is re-opened.
        </p>
    </description>
</item>


<h2 tag="status-line status-bar">Status line</h2>

<p>
    The status line appears at the bottom of each window. You can use
    <o>guioptions</o> to specify if and when the status line appears, as well
    as its relation to the command line and messages.
</p>

<p>
    The status line contains several fields that provide information about the
    state of the current buffer. These are, in order:
</p>

<ul>
    <li>
        <em>URL</em>: The URL of the currently loaded page. While the page is loading,
        progress messages are also output to this field.
    </li>
    <li>
        <em>History and bookmark status</em> (<tt>[+-❤⋯]</tt>): The position
        of the current page in the tab's session history; <tt>-</tt> and
        <tt>+</tt> indicate that it is possible to move backwards and forwards
        through the history respectively. ❤ indicates that the current page is
        bookmarked. Any other character indicates a QuickMark matching the
        current page.
    </li>
    <li>
        <em>Tab index</em> (<tt>[N/M]</tt>): <tt>N</tt> is the index of the
        currently selected tab and <tt>M</tt> is the total number of tabs in
        the current window.
    </li>
    <li>
        <em>Vertical scroll</em>: The vertical scroll percentage of the current buffer,
        or Top or Bot for the top and bottom of the buffer respectively.
    </li>
    <li>
        <em>Security</em>: The security information button is displayed when appropriate
        as per &dactyl.host;. The color of the status bar also changes to reflect the
        current security status of the loaded page.
        <dl>
            <dt style="border:1px solid white" dactyl:highlight="StatusLineNormal">black</dt>
            <dd>The site's identity is unverified and the connection is unencrypted</dd>

            <dt style="border:1px solid white" dactyl:highlight="StatusLineBroken">red</dt>
            <dd>The connection is encrypted, but the site's identity has not been verified or it contains unencrypted content</dd>

            <dt style="border:1px solid white" dactyl:highlight="StatusLineSecure">blue</dt>
            <dd>The site's domain has been verified and the connection is encrypted</dd>

            <dt style="border:1px solid white" dactyl:highlight="StatusLineExtended">green</dt>
            <dd>The site's domain and owner have been fully verified via an Extended Validation certificate and the connection is encrypted</dd>
        </dl>
    </li>
    <li>
        <em>Extensions</em>: Any extension buttons that would normally be installed to the
        &dactyl.host; status bar are appended to the end of the status line.
    </li>
</ul>

<h2 tag="toolbar">Toolbars</h2>

<item>
    <tags>:tbs :tbshow :toolbars :toolbarshow</tags>
    <spec>:toolbarshow <a>name</a></spec>
    <description>
        <p>Shows the named toolbar.</p>
    </description>
</item>

<item>
    <tags>:tbh :tbhide :toolbarh  :toolbarhide</tags>
    <spec>:toolbarhide <a>name</a></spec>
    <description>
        <p>Hides the named toolbar.</p>
    </description>
</item>

<item>
    <tags>:tbt :tbtoggle :toolbart :toolbartoggle</tags>
    <spec>:toolbartoggle <a>name</a></spec>
    <description>
        <p>Toggles the named toolbar.</p>
    </description>
</item>

</document>

<!-- vim:se sts=4 sw=4 et: -->