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