aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-06 23:21:07 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-06 23:21:07 +0200
commit984700a66faac957ee8e0b7b3415587665aa6fbd (patch)
tree53b8c16590ec661ebc69f36c42f60cef0c7237ee /README.md
parentc918280fb5de6e6256cfd9a438b3578c04e3afc2 (diff)
new default keybindings
more sane defaults
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9ddf504..8b51693 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ At the moment cdraw has the following features:
- custom palettes (although it will use only *def_palette_path*)
- binary format for projects
- importing/exporting
+- undo/redo actions
And these features are waiting to be implemented:
- custom tool cursor
-- undo/redo actions
- layers + frames
Controls
@@ -28,10 +28,12 @@ All the keybindings can be changed in *config.h*.
- **=/-** for zooming in/out
- **arrows** for moving the canvas
-- **S** save file (using terminal input)
-- **O** open file (using terminal input)
-- **SHIF+I** export image (using terminal input)
-- **SHIF+E** import image (using terminal input)
+- **SHIFT+N** new file
+- **SHIFT+S** save file (using system picker - terminal input by default)
+- **SHIFT+O** open file (using system picker - terminal input by default)
+- **SHIFT+I** export image (using system picker - terminal input by default)
+- **SHIFT+E** import image (using system picker - terminal input by default)
+- **U/R** undo/redo an action
- **B** select pencil
- **E** select eraser
- **F** select fill tool