-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Lorien Manual v0.3.0 | ||
|
||
Drawing tablets are supported and reccomended, but you can also just use Keyboard+Mouse. | ||
|
||
## Basic Usage | ||
- Draw with the left mouse button (<kbd>LMB</kbd>) or with your drawing tablet's pen | ||
- Pan/drag across the canvas with the middle mouse button (i recommend to map a button on your pen to the middle mouse button for easy navigation) | ||
- Zoom with mouse wheel | ||
- You can open files by dragging them into the window or by opening it via the menu (Shortcut <kbd>CTRL</kbd> + <kbd>O</kbd>) | ||
|
||
## Selection Tool | ||
- With the Selection tool you can select a number of brush stokes by dragging across the screen with your <kbd>LMB</kbd> pressed. Brush strokes which are considered inside the selection recatangle will be added to the current selection. You can add more strokes to your current selection by holding down <kbd>Shift</kbd> while dragging. | ||
- You can deselect your current selection by pressing <kbd>RMB</kbd> or <kbd>Esc</kbd>. | ||
- To move the selected strokes simply drag them while holding down <kbd>LMB</kbd>. If you did not move your mouse while pressing <kbd>LMB</kbd>, everything will be deselected automatically. | ||
- Press <kbd>Delete</kbd> to delete the current selection | ||
- Press <kbd>CTRL</kbd> + <kbd>C</kbd> to copy the current selection | ||
- Press <kbd>CTRL</kbd> + <kbd>V</kbd> to paste the copied brush strokes | ||
- Press <kbd>CTRL</kbd> + <kbd>D</kbd> to duplicate the current selection | ||
|
||
## Line Tool | ||
- You can hold down <kbd>Shift</kbd> while using the line tool to snap the line in 15° increments | ||
|
||
## Keyboard shortcuts | ||
- <kbd>Ctrl</kbd> + <kbd>S</kbd>: Saves the current file | ||
- <kbd>Ctrl</kbd> + <kbd>N</kbd>: Open a new file | ||
- <kbd>Ctrl</kbd> + <kbd>O</kbd>: Open a new empty tab | ||
- <kbd>Ctrl</kbd> + <kbd>Z</kbd>: Undo a brush stroke | ||
- <kbd>Ctrl</kbd> + <kbd>Y</kbd>: Redo a brush stroke | ||
- <kbd>Ctrl</kbd> + <kbd>C</kbd>: Copy selected brush strokes | ||
- <kbd>Ctrl</kbd> + <kbd>V</kbd>: Paste copied brush strokes | ||
- <kbd>Ctrl</kbd> + <kbd>D</kbd>: Duplicate selected brush strokes | ||
- <kbd>B</kbd>: Brush tool | ||
- <kbd>E</kbd>: Eraser tool | ||
- <kbd>L</kbd>: Line tool | ||
- <kbd>C</kbd>: Color picker tool | ||
- <kbd>S</kbd>: Selection tool | ||
- <kbd>Esc</kbd> or <kbd>RMB</kbd>: Deselect everything | ||
- <kbd>Delete</kbd>: Deletes selected brush strokes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters