From d7b458393f73b5dfa6ffe69dc49ecf12dc6951bb Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 15 Dec 2016 22:15:13 +0000 Subject: [PATCH] Add l shortcut to Info --- src/Info/Info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index 5e85c70..ca2c3d5 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -26,6 +26,7 @@ void Info::draw(){ 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 hide/show layer panel\n"; ss << " - Press to delete selection\n"; ss << " - Press to play/pause the video\n"; ss << " - Type to clear composition\n";