Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / canvas.C
index ad5e88111deddac2d2b7deaae86bd2c49186b28e..0779224e6f7057b4d8840ba7868333e0ef56aef6 100644 (file)
@@ -685,7 +685,7 @@ int Canvas::keypress_event(BC_WindowBase *caller)
                set_fullscreen(0, 1);
                break;
        default:
-               return 0;
+               return caller->context_help_check_and_show();
        }
        return 1;
 }