]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/intro.xml
Initial import of 1.0~b6
[dactyl.git] / common / locale / en-US / intro.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="intro"
8     title="&dactyl.appName; Introduction"
9     xmlns="&xmlns.dactyl;"
10     xmlns:html="&xmlns.html;">
11
12 <html:div style="text-align: center; clear: right; margin-bottom: -2.2em; padding-right: 4em;"><logo/></html:div>
13
14 <h1 tag="intro">Introduction</h1>
15
16 <p tag="intro-text"></p>
17
18 <p tag="first-run">
19     If this is your first time running &dactyl.appName;, you may need some
20     time to adjust to the standard interface, which hides the menu,
21     navigation, and tool bars by default. If you find it uncomfortable to work
22     without them, you can re-enable them by typing
23 </p>
24 <set opt="guioptions" op="+="><str delim="">mT</str><k name="CR"/></set>
25 <p>
26     If you have trouble remembering commands or keyboard shortcuts, you can
27     bring up this help page at any time by typing <ex>:help</ex> or
28     <k name="F1"/>. If you find that you don't like &dactyl.appName; at all,
29     you can disable it by typing <ex>:extdisable <str delim="">&dactyl.appName;</str></ex> or
30     delete it entirely by typing <ex>:extdelete <str delim="">&dactyl.appName;</str></ex>
31 </p>
32
33 <h2 tag="overview">Help topics</h2>
34
35 <ol tag="topics-list"></ol>
36
37 <p>
38     You can also jump directly to the help of a specific command,
39     key mapping, or topic via the <ex>:help</ex> command.
40 </p>
41
42 <example><ex>:help :help</ex></example>
43
44 <h2 tag="features">Features</h2>
45
46 <ul tag="features-list"></ul>
47
48 <h2 tag="official-plugins">Official Plugins</h2>
49
50 <p>
51     In case you're not sufficiently overwhelmed by &dactyl.appName;'s default
52     feature set, don't despair. You can find more entertainment in the
53     officially supported (read: you can flame us when they stop working)
54     <link topic="&dactyl.plugins;">plugins</link>.
55 </p>
56
57 <h2 tag="contact bugs">Contact</h2>
58
59 <p>
60     Please send comments, questions, or patches to the
61     <link topic="&dactyl.list.href;">mailing list</link>,
62     where we will do our best to answer any inquiries. You can also
63     find more information on the <link topic="&dactyl.home;">homepage</link>.
64     Issue reports can be entered in the
65     <link topic="&dactyl.issues;">issue tracker</link>.
66 </p>
67
68 </document>
69
70 <!-- vim:se sts=4 sw=4 et: -->