91 lines
1.8 KiB
Markdown
91 lines
1.8 KiB
Markdown
# Dotgrid
|
|
|
|
Dotgrid is a simple vector drawing application.
|
|
|
|
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
|
|
|
|
## Guide
|
|
|
|
Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved with the arrows. Clicking one of the path icons, or pressing one of the shortcuts, will draw a stroke between them. The newly created segment's handles can be moved by clicking and dragging them.
|
|
|
|
## Controls
|
|
|
|
## default Mode
|
|
|
|
### File
|
|
- New: `CmdOrCtrl+N`
|
|
- Open: `CmdOrCtrl+O`
|
|
- Save: `CmdOrCtrl+S`
|
|
|
|
### Edit
|
|
- Copy: `CmdOrCtrl+C`
|
|
- Cut: `CmdOrCtrl+X`
|
|
- Paste: `CmdOrCtrl+V`
|
|
- Undo: `CmdOrCtrl+Z`
|
|
- Redo: `CmdOrCtrl+Shift+Z`
|
|
- Delete: `Backspace`
|
|
- Deselect: `Esc`
|
|
|
|
### Stroke
|
|
- Line: `A`
|
|
- Arc: `S`
|
|
- Arc Rev: `D`
|
|
- Bezier: `F`
|
|
- Connect: `Z`
|
|
|
|
### Effect
|
|
- Linecap: `Q`
|
|
- Linejoin: `W`
|
|
- Mirror: `E`
|
|
- Fill: `R`
|
|
- Thicker: `}`
|
|
- Thinner: `{`
|
|
- Thicker +5: `]`
|
|
- Thinner -5: `[`
|
|
|
|
### Layers
|
|
- Move Above: `P`
|
|
- Move Below: `L`
|
|
|
|
### View
|
|
- Tools: `U`
|
|
- Grid: `H`
|
|
- Control Points: `J`
|
|
|
|
### Mode
|
|
- Toggle Size: `CmdOrCtrl+E`
|
|
- Keyboard: `CmdOrCtrl+K`
|
|
|
|
## keyboard Mode
|
|
|
|
### Controls
|
|
- Add vertex: `Enter`
|
|
- Remove vertex: `Backspace`
|
|
|
|
### Select
|
|
- Move Up: `Up`
|
|
- Move Down: `Down`
|
|
- Move Left: `Left`
|
|
- Move Right: `Right`
|
|
- XXYY(0): `0`
|
|
- XXYY(1): `1`
|
|
- XXYY(2): `2`
|
|
- XXYY(3): `3`
|
|
- XXYY(4): `4`
|
|
- XXYY(5): `5`
|
|
- XXYY(6): `6`
|
|
- XXYY(7): `7`
|
|
- XXYY(8): `8`
|
|
- XXYY(9): `9`
|
|
|
|
### Mode
|
|
- Stop Keyboard Mode: `Escape`
|
|
|
|
<img src='https://cdn.rawgit.com/hundredrabbits/Dotgrid/master/LAYOUT.svg?v=3' width="600"/>
|
|
|
|
## Extras
|
|
|
|
- Download additional [themes](https://github.com/hundredrabbits/Themes).
|
|
- Support this project through [Patreon](https://patreon.com/100).
|
|
- See the [License](LICENSE.md) file for license rights and limitations (MIT).
|