OPTIONS.html - close dangling <li>s

This commit is contained in:
Bill Kendrick 2020-07-27 22:02:05 -07:00
parent a07c5b5917
commit 513498ada7
2 changed files with 38 additions and 25 deletions

View file

@ -597,7 +597,7 @@ Windows Users
of no XDG configuration can be read, or nothing is set
for "XDG_PICTURES_DIR".
* Windows — TBD!
* Windows — TBD!
* macOS — TBD!
Note: When the defaults are used, a new "TuxPaint"

View file

@ -137,10 +137,10 @@ version
<p>Some examples:
<ul>
<li>640x480
<li>1024x768
<li>768x1024
<li>1600x1200
<li>640x480</li>
<li>1024x768</li>
<li>768x1024</li>
<li>1600x1200</li>
</ul>
</p>
</dd>
@ -642,22 +642,24 @@ version
<p>Features:
<ul>
<li>Fine movement within canvas, or coarse movement if [Shift] is held.
<li>Coarse movement within tool button areas.
<li>Fine movement within canvas, or coarse movement if [Shift] is held.</li>
<li>Coarse movement within tool button areas.</li>
<li>Key controls:
<ul>
<li>[Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
<li>[Space]/[5]: Click mouse (except when using "Text" or "Label" tools)
<li>[Insert]/[F5]: Click mouse (always)
<li>[F4] jump mouse between "Tools", "Colors" and canvas areas
<li>[Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse</li>
<li>[Space]/[5]: Click mouse (except when using "Text" or "Label" tools)</li>
<li>[Insert]/[F5]: Click mouse (always)</li>
<li>[F4] jump mouse between "Tools", "Colors" and canvas areas</li>
<li>If mouse is within "Tools" section on the left, or
"Colors" secton at the bottom:
<ul>
<li>[F7], [F8]: Move down/up between buttons, respectively
(Tools section, only)
<li>[F11], [F12]: Move to previous/next button, respectively
(Tools section, only)</li>
<li>[F11], [F12]: Move to previous/next button, respectively</li>
</ul>
</li>
</ul>
</li>
<li>To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
and use the movement keys (e.g., [Left]).
<ul>
@ -666,10 +668,12 @@ version
can be used to draw by pressing a 'click' key to start clicking,
movement keys to move around (which will draw), and another
'click' key to end the click (stop drawing).
</li>
</ul>
<li>A regular mouse and/or joystick may still be used
(so you can, e.g., move with the mouse, and click with the keyboard,
or vice-versa)
</li>
</ul>
</dd>
@ -686,15 +690,18 @@ version
or "<code>$HOME</code>")<br>
Example: "<code>/home/<i>username</i>/.tuxpaint/saved/</code>"<br>
<br>
</li>
<li>Windows &mdash; Inside a folder named "<code>TuxPaint</code>"
in your "<code>Application&nbsp;Data</code>" folder.<br>
Example: "<code>C:\Documents&nbsp;and&nbsp;Settings\<i>Username</i>\Application&nbsp;Data\TuxPaint\saved\</code>"<br>
<br>
</li>
<li>macOS &mdash; Inside a folder named "<code>TuxPaint</code>" in your
"<code>Application&nbsp;Support</code>" folder.<br>
Example: "<code>/Users/<i>Username</i>/Library/Application&nbsp;Support/TuxPaint/saved/</code>"<br>
</li>
</ul>
</p>
@ -731,10 +738,13 @@ version
XDG configuration can be read, or nothing is set for
"<code>XDG_PICTURES_DIR</code>".<br>
<br>
</li>
<li>Windows &mdash; TBD! <!-- FIXME -->
</li>
<li>macOS &mdash; TBD! <!-- FIXME -->
</li>
</ul>
</p>
@ -767,15 +777,18 @@ version
or "<code>$HOME</code>")<br>
Example: "<code>/home/<i>username</i>/.tuxpaint/brushes/</code>"<br>
<br>
</li>
<li>Windows &mdash; Inside a folder named "<code>TuxPaint</code>"
in your "<code>Application&nbsp;Data</code>" folder.<br>
Example: "<code>C:\Documents&nbsp;and&nbsp;Settings\<i>Username</i>\Application&nbsp;Data\TuxPaint\brushes\</code>"<br>
<br>
</li>
<li>macOS &mdash; Inside a folder named "<code>TuxPaint</code>" in your
"<code>Application&nbsp;Support</code>" folder.<br>
Example: "<code>/Users/<i>Username</i>/Library/Application&nbsp;Support/TuxPaint/brushes/</code>"<br>
</li>
</ul>
</p>
@ -2641,20 +2654,20 @@ version
<h6>Windows 95/98</h6>
<ol>
<li>Click on the 'Start' button, and select 'Run...'.
<li>Type "sysedit" into the 'Open:' box (with or without quotes).
<li>Click 'OK'.
<li>Click on the 'Start' button, and select 'Run...'.</li>
<li>Type "sysedit" into the 'Open:' box (with or without quotes).</li>
<li>Click 'OK'.</li>
<li>Locate the AUTOEXEC.BAT window in the System Configuration
Editor.
Editor.</li>
<li>Add the following at the bottom of the file:
<blockquote><code>
set LANG=es_ES
</code></blockquote>
</li>
<li>Close the System Configuration Editor, answering yes to save
the changes.
<li>Restart your machine.
the changes.</li>
<li>Restart your machine.</li>
</ol>
<blockquote>
@ -2664,11 +2677,11 @@ version
<ol>
<li>Click on the 'Start' button, and select
'Settings&nbsp;|&nbsp;Control&nbsp;Panel'.
<li>Double click on the "Regional&nbsp;Settings" globe.
<li>Select a language/region from the drop down list.
<li>Click 'OK'.
<li>Restart your machine when prompted.
'Settings&nbsp;|&nbsp;Control&nbsp;Panel'.</li>
<li>Double click on the "Regional&nbsp;Settings" globe.</li>
<li>Select a language/region from the drop down list.</li>
<li>Click 'OK'.</li>
<li>Restart your machine when prompted.</li>
</ol>
</blockquote>