Add tips section to readme

This commit is contained in:
Isaiah Odhner 2023-04-24 23:43:38 -04:00
parent f5ea658848
commit 7bf41a6ac4

View File

@ -112,6 +112,19 @@ The rest match MS Paint's keyboard shortcuts:
- <kbd>Ctrl</kbd>+<kbd>PageUp</kbd>: Large Size - <kbd>Ctrl</kbd>+<kbd>PageUp</kbd>: Large Size
- <kbd>Ctrl</kbd>+<kbd>PageDown</kbd>: Normal Size - <kbd>Ctrl</kbd>+<kbd>PageDown</kbd>: Normal Size
## Tips
You can draw with a character by clicking the selected color display area in the palette and then typing the character,
or by double clicking the same area to pick a character a list.
You can set the text color by holding Ctrl while clicking a color in the palette, or while double clicking a color to open the Edit Colors dialog.
You can display a saved ANSI file in the terminal with `cat`:
```bash
cat file.ans
```
## Known Issues ## Known Issues
- Pressing Delete while using the Text tool deletes the whole text box. Similarly, Ctrl+A selects the canvas instead of the text in the text box. - Pressing Delete while using the Text tool deletes the whole text box. Similarly, Ctrl+A selects the canvas instead of the text in the text box.