From 7bf41a6ac4372e612ccda78a30c7eb36618ce886 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Mon, 24 Apr 2023 23:43:38 -0400 Subject: [PATCH] Add tips section to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7185ed1..14c5e0b 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,19 @@ The rest match MS Paint's keyboard shortcuts: - Ctrl+PageUp: Large Size - Ctrl+PageDown: 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 - 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.