diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index 4ce7777..9d9f489 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -25,16 +25,16 @@ Info::Info(){ " - Press to delete selection\n" " - Press to play/pause the video\n" " - Type to clear composition\n" + " - Type to exit to command line interface\n" + " - Type to reboot\n" + " - Type to shutdown\n" " 4. Source selection mode\n\n" "You can switch between the modes by using <1>, <2>, <3> and <4> " "keys on the keyboard.\n\n" "Press to save the composition\n" - "Press to toggle fullscreen\n" "Press to undo\n" - "Press to reboot Raspberry Pi\n" - "Press to shutdown Raspberry Pi\n" "Press to hide this message"; } @@ -55,4 +55,4 @@ void Info::setText(string text){ } } // namespace piMapper -} // namespace ofx \ No newline at end of file +} // namespace ofx