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> "