Browse Source

Add l shortcut to Info

master
Krisjanis Rijnieks 9 years ago
parent
commit
d7b458393f
  1. 1
      src/Info/Info.cpp

1
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 <l> to hide/show layer panel\n";
ss << " - Press <BACKSPACE> to delete selection\n";
ss << " - Press <SPACE> to play/pause the video\n";
ss << " - Type <new> to clear composition\n";

Loading…
Cancel
Save