Compare commits

...

3 Commits

Author SHA1 Message Date
skeddles 14d5048756 updated help to reflect current zoom ability 2022-10-03 13:56:06 -04:00
Nicola def465fc50
Merge pull request #95 from hacknorris-aka-penguin/master
license fix
2022-10-02 16:29:32 +02:00
Neo c1c981a6c9
Update README.md 2022-10-02 16:25:02 +02:00
2 changed files with 1 additions and 6 deletions

View File

@ -69,7 +69,3 @@ If you have any trouble, see this page: https://help.github.com/en/articles/crea
Some feature might be hidden by default. Functions to enable/disable them are available inside global `featureToggles` and operate on a `window.localStorage`.
For example use `featureToggles.enableEllipseTool()` to make ellipse tool button visible. Then `featureToggles.disableEllipseTool()` to hide it.
## License
This software may not be resold, redistributed, rehosted or otherwise conveyed to a third party.

View File

@ -15,7 +15,6 @@
<li><strong>Fill:</strong> <span class="keyboard-key">F</span> or <span class="keyboard-key">2</span></li>
<li><strong>Eyedropper:</strong> <span class="keyboard-key">E</span> or <span class="keyboard-key">3</span></li>
<li><strong>Pan:</strong> <span class="keyboard-key">P</span> or <span class="keyboard-key">M</span> or <span class="keyboard-key">4</span></li>
<li><strong>Zoom:</strong> <span class="keyboard-key">Z</span> or <span class="keyboard-key">5</span></li>
<li><strong>Undo:</strong> Ctrl + <span class="keyboard-key">Z</span></li>
<li><strong>Redo:</strong> Ctrl + <span class="keyboard-key">Y</span> or Ctrl + Alt + <span class="keyboard-key">Z</span></li>
<li><strong>Rectangular selection:</strong> <span class="keyboard-key">M</span></li>
@ -24,7 +23,7 @@
<ul>
<li><strong>Eyedropper: </strong>Alt + Click</li>
<li><strong>Pan: </strong>Space + Click</li>
<li><strong>Zoom: </strong>Alt + Scroll Wheel</li>
<li><strong>Zoom: </strong>Scroll Wheel</li>
</ul>
<h2>Layers</h2>
<ul>