Merge pull request #68 from mbigras/mbigras-add-osx-panning-description

🍎 Add panning description for OSX
This commit is contained in:
Qix 2019-02-11 18:51:05 +01:00 committed by GitHub
commit 989ea85a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -523,7 +523,8 @@ textarea {
<button id="use-lines-button">Lines Mode</button>
<button id="use-ascii-button">ASCII Mode</button><br>
<p>Moving around.<br>
Desktop: <span>Hold CTRL and drag the screen.</span><br>
Desktop Windows: <span>Hold CTRL and drag the screen.</span><br>
Desktop OSX: <span>Hold CMD and drag the screen.</span><br>
Mobile: <span>Drag quickly to move. Press and hold to start drawing. Pinch to zoom in/out.</span></p>
<div class="info-icon box-image"></div><div class="info-description">Draw boxes. <span>You can resize them later with the Resize tool.</span></div><br>
<div class="info-icon line-image"></div><div class="info-description">Draw lines. <span>Connect it to another line to change the orientation.</span></div><br>