From dd4682398808322f0b12e21365ea8e7b760f72bb Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 2 Sep 2016 23:20:31 +0300 Subject: [PATCH] Add scale, layer and undo shortcuts to Info --- src/Info/Info.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index feac8e8..3ecc052 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -22,6 +22,9 @@ void Info::draw(){ ss << " - Press to add new grid surface\n"; ss << " - Press <[> and <]> to remove or add columns to selected grid surface\n"; ss << " - Press <{> and <}> to remove or add rows to selected grid surface\n"; + ss << " - Press <+> and <-> to scale surface up and down\n"; + ss << " - Press <9> and <0> to move selected surface one layer up or down\n"; + ss << " - Press to undo\n"; ss << " 4. Source selection mode\n\n"; ss << "You can switch between the modes by using <1>, <2>, <3> and <4> "