2018-11-20 20:01:24 +00:00
|
|
|
<!-- https://raw.githubusercontent.com/lalbornoz/asciiblaster/master/LICENCE -->
|
2018-10-24 15:14:46 +00:00
|
|
|
<meta charset="UTF-8">
|
2018-11-23 13:37:10 +00:00
|
|
|
<link rel="stylesheet" href="../css/sally.css" type="text/css" charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="../css/ak.css" type="text/css" charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="../css/nitelite.css" type="text/css" charset="utf-8" />
|
2018-10-24 15:14:46 +00:00
|
|
|
<style>
|
|
|
|
body { font-family: 'FixedsysExcelsior301Regular'; }
|
|
|
|
a:nth-of-type(2n+1), a { color: #0f0; }
|
|
|
|
a:nth-of-type(2n+2), a { color: #ff0; }
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<br><br>
|
|
|
|
<center>
|
|
|
|
|
|
|
|
<table border=35 cellpadding=10>
|
|
|
|
<tr><td style="background: rgba(0,0,100,0.5)">
|
2018-11-24 11:43:21 +00:00
|
|
|
<h1>asciiblaster documentation</h1>
|
2018-10-24 15:14:46 +00:00
|
|
|
|
|
|
|
<span style="white-space: pre; color: white;">
|
|
|
|
These are some handy documents which address some of the more obscure
|
|
|
|
features of the asdf.us color code tool:
|
|
|
|
|
2018-11-24 11:43:21 +00:00
|
|
|
<h2>Tips on using the keyboard</h2>
|
|
|
|
These keyboard commands work in brush mode (square, circle, cross):
|
2018-10-24 15:14:46 +00:00
|
|
|
|
2018-11-24 11:43:21 +00:00
|
|
|
<pre>
|
|
|
|
[ brush smaller
|
|
|
|
] brush bigger
|
|
|
|
ctrl~click on brush erase cell
|
|
|
|
ctrl~click on canvas draw with bg color
|
|
|
|
shift~click on canvas draw line from last position
|
|
|
|
alt~click on canvas fill brush with sampled color
|
|
|
|
alt~shift~click on canvas copy canvas to brush
|
|
|
|
rightclick on palette set bg color (when drawing with a letter)
|
2018-10-24 15:14:46 +00:00
|
|
|
|
2018-11-24 11:43:21 +00:00
|
|
|
h/t timb for guide
|
|
|
|
</pre>
|
2018-10-24 15:14:46 +00:00
|
|
|
|