<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <!-- {{{ HEAD -->
  <head>
    <link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
    <link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title>MiRCART v1.1.0 documentation</title>
  </head>
  <!-- }}} -->
  <!-- {{{ BODY -->
  <body>
    <div id="box_wrapper">
      <div id="box">
        <h1>MiRCART documentation</h1>

        <h2>Tips on using the keyboard</h2>
        <pre>
[                                   Decrease brush size
]                                   Increase brush size
&lt;Alt&gt; + &lt;LMB&gt; on canvas             Fill brush with sampled color
&lt;Alt&gt; + &lt;Shift&gt; + &lt;LMB&gt; on canvas   Copy canvas to brush
&lt;Ctrl&gt; + &lt;LMB&gt; on brush             Erase brush cell
&lt;Ctrl&gt; + &lt;LMB&gt; on canvas            Draw with background color
&lt;Shift&gt; + &lt;LMB&gt; on canvas           Draw line from last position
&lt;Shift&gt; + &lt;LMB&gt; on character box    Switch to next character set
&lt;Shift&gt; + &lt;LMB&gt; on stored brush     Delete stored brush
&lt;LMB&gt; on brush                      Fill brush cell
&lt;RMB&gt; on brush                      Erase brush cell
&lt;RMB&gt; on palette                    Set background color (when drawing with a letter)
        </pre>

        <h2>Notate bene</h2>
        <p>
          Characters not forming part of the initial set in the character box beneath the colour palette
          encode to, assuming UTF-8, 2-3 bytes in total vs. one (1) byte for those part of the initial
          set (e.g. 0-9, A-Z, a-z, etc.)<br />
          <br />
          Internet Explorer is explicitly unsupported.<br />
          <br />
          Repeating patterns of alternating back- and foreground colours, and vice versa, are encoded
          using a single (1) byte in mIRC format (video reverse) and as such save space, especially
          with large numbers of repetitions or alternations.
        </p>
      </div>
    </div>
  </body>
  <!-- }}} -->
</html>

<!--
  vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
  -->