From 0f769689efc969074a976171d3e89490c180fdb3 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Wed, 10 May 2023 01:34:46 -0400 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ccfad..8eda5de 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is a TUI (Text User Interface) image editor, inspired by MS Paint, built wi - [x] Warnings when overwriting an existing file, or closing with unsaved changes - [x] Automatically saves a temporary `.ans~` backup file alongside the file you're editing, for recovery in case of a crash - File formats, chosen by typing a file extension in the Save As dialog: - - [x] ANSI (.ans) — Note that while it can load the files that it saves, you may have limited success loading other ANSI files that you find on the web, or create with other tools. ANSI files can vary a lot and even encode animations! + - [x] ANSI (.ans) — Note that while it handles many more ANSI control codes when loading than those that it uses to save files, you may have limited success loading other ANSI files that you find on the web, or create with other tools. ANSI files can vary a lot and even encode animations! - [x] Plain Text (.txt) — discards color information - [x] SVG (.svg) — save only - [x] HTML (.html) — save only @@ -118,6 +118,11 @@ The rest match MS Paint's keyboard shortcuts: - Ctrl+Y: Redo - F4: Redo - Ctrl+A: Select All +- Delete: Clear Selection +- Ctrl+C: Copy +- Ctrl+V: Paste +- Ctrl+X: Cut +- Ctrl+E: Image Attributes - Ctrl+PageUp: Large Size - Ctrl+PageDown: Normal Size